vue-tailwind icon indicating copy to clipboard operation
vue-tailwind copied to clipboard

Feature request in TRichSelect - Add button to close selector

Open onmax opened this issue 3 years ago • 0 comments

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: image

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.

onmax avatar Sep 30 '21 11:09 onmax