Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
The dropdown search bar is visible when searchEnabled is set to false (with more than 10 choices).
What is the expected behavior?
The dropdown shouldn't display the search bar when searchEnabled is set to false.
How would you reproduce the current behavior (if this is a bug)?
Using the test page provided below, you'll notice that the search bar in the dropdown is visible even though searchEnabled is set to false in the survey json.
Provide the test code and the tested page URL (if applicable)
Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
The dropdown search bar is visible when
searchEnabled
is set tofalse
(with more than 10 choices).What is the expected behavior?
The dropdown shouldn't display the search bar when
searchEnabled
is set tofalse
.How would you reproduce the current behavior (if this is a bug)?
Using the test page provided below, you'll notice that the search bar in the dropdown is visible even though
searchEnabled
is set to false in the survey json.Provide the test code and the tested page URL (if applicable)
Tested page URL:
https://plnkr.co/edit/nFz6LbiR0UflYpnD
Test code
Specify your