DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Dropdown options should open with onChange event #761

Closed Magneticmagnum closed 6 years ago

Magneticmagnum commented 6 years ago

When using dropdown's filter properties, when an option has been selected, the list of filtered options disappear. This is expected behavior. However, if the user deletes the text and attempts to type in text to filter to another option, the list never displays again unless you click back into the field.

Replication steps:

  1. Click on Dropdown
  2. Type ala
  3. Press Enter to select "Alabama"
  4. Delete the text: "Alabama"
  5. Type in Minn -> Filtered list doesn't display. It should allow and let the user see available options to select from agani.