-
Notifications
You must be signed in to change notification settings - Fork 357
Remove "select all" option from Multiselect #393
Comments
I'm interested. Thank you for the feature idea! How would you envision this to be configured? |
I think it falls sort of in the same category as the
(and set the default to false in the Then in multiselect, we can just skip the
and remove it from the template with:
|
That sounds like a great plan. I would encourage you to submit a PR, since you've already identified all the places that need the change 👍 |
Closing this since #439 has been merged |
Hi there!
For our use case, we want to prevent users from being able to select "all options" (using right right arrow) for Mulitselect. It seems like this could be easily done by adding a field to the
PromptConfig
struct that defaults to still give the "Select All" option, but can be toggled to turn it off (and the template can be updated accordingly as well)I was going to patch the package but thought that this may be a valid use case for other users as well. I can put up a pull request for it, but wanted to see whether this was of interest :)
Thanks!!
The text was updated successfully, but these errors were encountered: