yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.52k stars 433 forks source link

in 4.26.2 value cannot be non-string in users-list example #1342

Closed simkimsia closed 5 months ago

simkimsia commented 5 months ago

Prerequisites

💥 Demo Page

https://yaireo.github.io/tagify/#section-users-list is its own demo page

Explanation

In any case my own production code uses the same code as the users-list example.

In my case I also use integer as value. Then they were unselectable. Once I convert them to string, they work in 4.26.2. Or when i downgrade to 4.26.1, things will still work.