Issues with Multiselect
Quick question, should my selected options in Multiselect contain a small X icon to remove the selection?
11 Replies
Aparently if I remove the placeholder selection, the icons for removing the actual selection also gets removed
Idk if this is a bug or not
But I would like to have an option to remove the placeholder option and also to remove my multiselect selections π
it's there! π€
Can you add this to your Select
->selectablePlaceholder(false)
and check if it's there after you add itumm interesting
Yup
I guess it's intended
It is the same as in V2
found this
in the select.blade.php component
I guess I get the point, If you have a placeholder, then you can remove the selected item if in single select mode.
But when in multiselect, the placeholder option does not actualy show
So I guess that is ok
IDK π€
I think I should be able to deselect items but not selecting the placeholder