yerassyl
yerassyl

Reputation: 3057

Show input text for search among select options

Suppose I have a select tag with multiple options. Suppose there are so many options so that it is not so convenient to search through them. I noticed when select is clicked and options are show, we can type some letter and select will jump to option which starts with this letter. I I type for example 'he', select jumps to the options that start with 'he' and so on.

But we do not see what we typed. Is there a way to show that typed text?

Upvotes: 1

Views: 87

Answers (1)

Diego
Diego

Reputation: 16714

I believe that you shouldn't pick a select if the user will need to search through the options. What about tokeninput plugin?

Upvotes: 2

Related Questions