srigar / multiselect-react-dropdown

React multiselect dropdown with search and various options
https://10xn41w767.codesandbox.io/
MIT License
199 stars 113 forks source link

Add functions to "select all" and to "reset selections" #161

Closed orassayag closed 2 years ago

orassayag commented 2 years ago

Add functions to "select all" and to "reset selections".

srigar commented 2 years ago

Reset selection option are already provided via ref https://github.com/srigar/multiselect-react-dropdown#5-ref-as-a-prop-

srigar commented 2 years ago

"Select All" will be added as part of #158