Add a <Select.SelectAllTrigger>
component
#2193
Closed
colinlienard
started this conversation in
Ideas
Replies: 3 comments 5 replies
-
or an dedicated button? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hello @cschroeter, have you had a chance to look around? If not, can we help by contributing directly? also, i would like thank you for your incredible work! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the Select, there is the
<Select.ClearTrigger>
component to clear the selection, but it would also be great to have a<Select.SelectAllTrigger>
component (or something like that) to allow all options to be selected when the select is multiple.It would be possible to do this with
api
but would be cleaner with a dedicated component in my opinion.Also, I would love to try to implement it myself!
Beta Was this translation helpful? Give feedback.
All reactions