htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.9k stars 309 forks source link

fixes #252 fire change event when the tag close icon is clicked and item is removed #411

Closed ZedObaia closed 1 month ago

ZedObaia commented 4 months ago

Problem:

When the close icon on tag is clicked on the advanced select component, the change event is not fired but the item is removed.

Changes:

Fire the change event once the item is removed.