lekoala / bootstrap5-tags

Replace select[multiple] with nices badges for Bootstrap 5
MIT License
150 stars 35 forks source link

Setting max items locks out any further cnages if mistake is made by user selection #118

Closed alanski66 closed 3 weeks ago

alanski66 commented 3 weeks ago

Add data-max="3" then when 3 items are selected there is no option to change them or remove items

lekoala commented 3 weeks ago

yes that only makes sense if you also allow clearing the values with data-allow-clear="1"

alanski66 commented 3 weeks ago

Cant believe i missed this. Thanks. This a great piece of work!