You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TRichSelect since June, users can select more than one option using the prop multriple=true
As far as I am concerned, the default way to close the list of the selector is:
Click one of the options and the selector will close (can be disabled)
Click outside the selector
Ok then, if I want to add multiple selections, I have to disable the first option and the user has to click outside the selector to close it. Probably, it will be interesting to discuss adding a new button with a default label like "Select"
It would be something similar to:
And of course, I am not saying to add this as a default button, rather is more like an empty slot that user can use if needed with a prop for example.
The text was updated successfully, but these errors were encountered:
In
TRichSelect
since June, users can select more than one option using the propmultriple=true
As far as I am concerned, the default way to close the list of the selector is:
Ok then, if I want to add multiple selections, I have to disable the first option and the user has to click outside the selector to close it. Probably, it will be interesting to discuss adding a new button with a default label like "Select"
It would be something similar to:
And of course, I am not saying to add this as a default button, rather is more like an empty slot that user can use if needed with a prop for example.
The text was updated successfully, but these errors were encountered: