Add Searchable() to a form select, hide the list

Hi! I'm trying to implement a select with a relationship
all it's ok (very simple)
but when i add the searchable() options the list disappear and come back only after the search (with the right results)
is it possible to display the list and then filter by searching?
Solution
Yes that’s the default behavior. You can use preload()
Was this page helpful?