Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.
Feature request: Add "No results found" message when inputs doesn't match any of the data in the select element.
Currently, when using a custom allowed_tags, there are no way for the users to know if they are typing something that are not allowed. Adding this simple message will really helps the usability, IMO.
Feature request: Add "No results found" message when inputs doesn't match any of the data in the select element.
Currently, when using a custom allowed_tags, there are no way for the users to know if they are typing something that are not allowed. Adding this simple message will really helps the usability, IMO.
Something like what bootstrap-selectpicker does: