Skip to content

bugfix: trigger change on change value #445

The autocomplete plugin does not watch the <select> value, and does not know when it changes. We have to trigger it manually.
I think it's not a bad practice to trigger a change event for every widget when the value change. What do you think?

Merge request reports