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
@bogdan0083 You have the visibility of options as you are passing the same to the vue-multiselect, so you can watch options array and when it is empty you can hide the dropdown or add the class.
@bogdan0083 You have the visibility of options as you are passing the same to the vue-multiselect, so you can watch options array and when it is empty you can hide the dropdown or add the class.
@akki-jat I want to add class ONLY when I use search in multiselect with some query and search didn't find any results. I don't need to watch array of options. Let's say I have the following options:
USA
Mexico
Netherlands
And I type ASDFD in search field. The results will be empty obviously but how do I add class only when nothing is found on search? Can you give me an example please?
Hey guys! Is it possible to add class to
multiselect
element when search found no results?I want to hide dropdown completely when nothing is found. For this
multiselect--no-result
class would be super useful.The text was updated successfully, but these errors were encountered: