axa-ch-webhub-cloud / pattern-library

AXA CH UI component library. Please share, comment, create issues and work with us!
https://axa-ch-webhub-cloud.github.io/plib-feature/develop
126 stars 18 forks source link

dropdown handleAutosuggest is not firing change event #2425

Open domirs opened 1 year ago

domirs commented 1 year ago

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

  1. focus a dropdown with tab key
  2. start typing

Context (Environment)

on Chrome / Mac (probably in other browsers / OS too)

Possible Solution