I am looking for functionality like the Multiselect below: US State Select -> type x = 'No Results found for x'
http://harvesthq.github.io/chosen/
I have built a work around providing data from the back end and on select if the id is 'noresults' I set the value of the click to forget about the selection. However I find it hard to believe that there is no option for this as it seems to be a common use case. Is there a better way to handle this than I described as my work around? I am using the MVC Helpers for the majority of this code.
Thanks in advance,
- Josh
http://harvesthq.github.io/chosen/
I have built a work around providing data from the back end and on select if the id is 'noresults' I set the value of the click to forget about the selection. However I find it hard to believe that there is no option for this as it seems to be a common use case. Is there a better way to handle this than I described as my work around? I am using the MVC Helpers for the majority of this code.
Thanks in advance,
- Josh