jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

onChange not working for DropdownList #1116

Closed cb-aravindh closed 2 years ago

cb-aravindh commented 2 years ago

@jquense While start typing in the search field, the method defined in the onChange event is not triggered, It only triggers if we select any value from the drop-down list.

My use case to show the dropdown list, User after typing 3 characters, How to achieve this?

jquense commented 2 years ago

use onSearch to get updates as the user types in a filter