You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I create a basic dropdown without enabling the search option? I have only a limited number of options in my dropdown select, and the design gets messed up when I select an option. Are there any solutions?
Expected behavior
Basic select should have a search disable option.
Steps to reproduce
Basic documentation
Additional context
OS: Windows 11
Browser: any
The text was updated successfully, but these errors were encountered:
If you don't want a filter input, just set the "controlInput:" option to null. You may have to add some css to set the div.ts-wrapper to have a min-width and the div.ts-control to have a min-height so they don't collapse into nothing when empty.
I did this and it's working well (only thing I seem to be missing is a way to put a placeholder text in there when there are no items selected)
Bug description
Can I create a basic dropdown without enabling the search option? I have only a limited number of options in my dropdown select, and the design gets messed up when I select an option. Are there any solutions?
Expected behavior
Basic select should have a search disable option.
Steps to reproduce
Basic documentation
Additional context
OS: Windows 11
Browser: any
The text was updated successfully, but these errors were encountered: