-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request : Add showDropdown prop to readme #144
Comments
I wasn't sure if there would be enough use cases to make Regarding the always visible, you can use |
If you want to, feel free to send a PR for the docs. |
🎉 This issue has been resolved in version 1.12.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Wow, thank for adding this feature. Appreciate it! |
I wanted the dropdown-content to be rendered regardless of the dropdown-trigger status. (I wanted to see the tree on init bascially). I sort of did this by adding the showDropdown prop as I did below.
<DropdownTreeSelect showDropdown={true} data={treeData} onChange={onChange} onAction={onAction} onNodeToggle={onNodeToggle} />
Could you maybe add this prop to the documentation and perhaps add an option to make the dropdown-content to be always rendered and visible?
The text was updated successfully, but these errors were encountered: