When a user focus the dropdown item and starts typing no change event is fired even if the user gets the value presented.
Expected Behavior
When a user starts typing on a focused dropdown a change event should be fired.
Current Behavior
no change event is fired.
Steps to Reproduce
- focus a dropdown with tab key
- start typing
Context (Environment)
on Chrome / Mac (probably in other browsers / OS too)
Possible Solution