-
Notifications
You must be signed in to change notification settings - Fork 619
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
Option 'searchEnabled' set to false, but search is still enabled #1042
Comments
Hi,
I think this line sets the search option to true whenever you are using a multiple select, even if you set it to false in your configuration. Also, it is clearly mentioned in the README file in the searchEnabled section: "Note: Multiple select boxes will always show search areas." |
@albanR it would still be great to have it configurable. |
Describe the bug
searchEnabled is set to false. But there is still a searchbox added
To Reproduce
Expected behavior
No search input generated ( <input type="search" name="search_terms" ...> ). I would like to generate a multi-select dropdown without a searchfield.
Desktop (please complete the following information):
Additional context
Some config options are working, but the delimiter config value isn't working for example. Also would I like to disable the 'Press to select' text inside the dropdown. But I can't disable it with 'renderSelectedChoices'
The text was updated successfully, but these errors were encountered: