dragonofmercy / Tokenize2

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.
https://dragonofmercy.github.io/Tokenize2/
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

what about required validation? #30

Closed Juned-Ansari closed 7 years ago

Juned-Ansari commented 7 years ago

how to apply required validation to tokenize2 control?

dragonofmercy commented 7 years ago

You can't use the html5 validation because the field is a select, you have to do it with PHP or javascript