Yair Even Or

Results 423 comments of Yair Even Or

there is not such thing as `TagifyMixedTagsReactProps`

I don't understand what is this term you keep saying: "reset". what does that actually mean? why would you remove the selected option once it is selected? why would you...

I can see the issue still happens even with your code changes: https://github.com/user-attachments/assets/4c080659-c591-42fe-9586-942c163b86d5 I click inside, see the dropdown. and hit `tab` key and the dropdown closes. then hit `tab`...

selection of what? what are the steps to reproduce? a video would be nice :)

Also need to test how this affects mobile users where the `click` event was translated into a `touch` event

Any news please? I really really want this to be solved :)

what do you mean "double"? can you provide a demo use-case?

Yes I thought about that, but the usual use-case is most likely simple - just scrollable content, so it makes sense to add these default styles. For the more esoteric...

because there is a slight delay before the event is actually emitted, so basically this is the **actual** sequence of code: ```js tagify.on('add', onAddTag) tagify.off('add', onAddTag) tagify.addTags('1', true) tagify.addTags('2', true)...

I've fixed it :) https://github.com/yairEO/tagify/releases/tag/v4.31.2 I think the `change` event is better than the `add` event because it provides a single event when tags where added or removed, and you...