2amigos / yii2-selectize-widget

Selectize From Brian Reavis Yii2 Widget
Other
73 stars 41 forks source link

Limit the number of input tags #30

Open Resmedia opened 7 years ago

Resmedia commented 7 years ago

Hello! How can i simply limit the number of input tags? Do you have this option?

tonydspaniard commented 7 years ago

Yes, use "maxItems" options of the plugin.


maxItems    The max number of items the user can select. 1 makes the control mono-selection, null allows an unlimited number of items.
Resmedia commented 7 years ago

Thank you!