Unexpected behaviour of Select searchable()
Hey!
I am not sure if this is a bug or some weird feature but as far as I can see it is nowhere documented and in my opinion unexpected behaviour.
I have 2 Select inputs where one will be visible when the other one is filled.
The first one is searchable(). This causes the value not being passed to the FIlament side so the other Select will never show. This is code to try it out:
The searchable() makes sure visible & options is not working anymore because the Get will not get the value passed in the field.
0 Replies