onesine / react-tailwindcss-select

Tailwind Select Component for React.js
https://demo-react-tailwindcss-select.vercel.app/
MIT License
183 stars 38 forks source link

OnChange Searchbar #23

Closed Djboy08 closed 1 year ago

Djboy08 commented 1 year ago

Hello! Not really sure where I should ask this, but I would really love a onChange event for the search bar itself so I can populate the options based on search results from a api. :)

onesine commented 1 year ago

Hi @Djboy08 👋

Thank you for using this form and thank you for your feedback.

Your request is relevant and this is the place to make it. We will implement it very soon.

onesine commented 1 year ago

@Djboy08

You can now use the onSearchInputChange props to access the search field change.

https://github.com/onesine/react-tailwindcss-select#onSearchInputChange

But you must upgrade to version 1.7.3.

Djboy08 commented 1 year ago

What a quick response and feature push, thank you!