multiple() & searchable() stops Select from working.
Hi Everyone,
If I run
I get a working select box with cats names.
If I go into the devtools and manually add the attribute then the select becomes a multiple enabled select (not sure if it's the correct format or not, but when I submit the form and dd() from the create method it outputs the multiple selected cat options.
However, if I alter the Select call in the form() method, and add either
or
then I get this element
with no options visible at all.
Is anybody able to help me out with regards to this problem? I've been working on it for 2 days now, but have had no luck except running around in circles.
If I run
I get a working select box with cats names.
If I go into the devtools and manually add the attribute then the select becomes a multiple enabled select (not sure if it's the correct format or not, but when I submit the form and dd() from the create method it outputs the multiple selected cat options.
However, if I alter the Select call in the form() method, and add either
or
then I get this element
with no options visible at all.
Is anybody able to help me out with regards to this problem? I've been working on it for 2 days now, but have had no luck except running around in circles.