sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
349 stars 83 forks source link

How to unselect value programmatically? #270

Closed BartusZak closed 1 year ago

BartusZak commented 1 year ago

I would like to unselect specific value from outside of component. e.g bin icon rendered somewhere else should remove some selected values.

How to do it?

sanusart commented 1 year ago

https://react-dropdown-select.netlify.app/examples#External-clear-and-add - checkout the sourse

On Fri, Feb 17, 2023 at 11:45 AM BartusZak @.***> wrote:

I would like to unselect specific value from outside of component. e.g bin icon rendered somewhere else should remove some selected values.

How to do it?

— Reply to this email directly, view it on GitHub https://github.com/sanusart/react-dropdown-select/issues/270, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACBLRS6SONYGMZZOV4IHNDWX5CDTANCNFSM6AAAAAAU7G3KRQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

BartusZak commented 1 year ago

<3