Only select filtered options via "Select All" #5905
Unanswered
karanmidha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have added a select all option to my dropdown built using react-select. Now, if I filter and press select all, all the options in the dropdown get selected. I want to only feed the filtered options to the function performing select all functionality so that the select all operation is only performed on the filtered options. How can I get the list of filtered options?
@JedWatson
Beta Was this translation helpful? Give feedback.
All reactions