- Issue created by @dieterholvoet
- First commit to issue fork.
- Merge request !144Issue #3505861: Add select dispatch to trigger change event → (Merged) created by gxleano
- 🇪🇸Spain gxleano Cáceres
Thanks to report it @dieterholvoet!
Seems like
select_tagify
widget never fires a nativechange
event when the user selects or remove tags. This is the reason why this is not working properly.For the Tagify Select widget, we're using a custom behavior. Since the Tagify library only supports single selection by default, we've implemented a small workaround to enable multiple selection. This logic is handled in the
tagify.js
file, where we manually trigger the add and remove events to simulate native select behavior.I did not try the solution, but we could just extend the existing
add
andremove
event handlers to also dispatch a nativechange
event on the underlying<select>
element.Could you take a look on it and tell me if this is fixing the issue?
- Status changed to RTBC
16 days ago 5:57pm 16 April 2025 - 🇪🇸Spain gxleano Cáceres
Thanks for review it Dieter!
It will be included in release
1.2.38