Missing events in suggestion.js
Selecting a suggestion sets target.value without dispatching input or change events, breaking integrations that rely on them (e.g. autosave, states, Tagify, etc.). Align suggestions.js to other instances of this module where this is handled correctly.
issue