lekoala / bootstrap5-tags

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

When using setItem and data-max="1", it's possible to write text after the set tag #107

Closed perikorese closed 11 months ago

perikorese commented 11 months ago

When you choose the tag with the mouse, it's not possible to enter text after the tag.

I made a screencast to show what I mean:

https://github.com/lekoala/bootstrap5-tags/assets/52708770/4a58c5e7-6b03-4f7f-a108-01fdd9445a3d

lekoala commented 11 months ago

this should do it https://github.com/lekoala/bootstrap5-tags/commit/56a8588016b65c642dce39b32c726551269e942e

perikorese commented 11 months ago

It does, thanks.