conditionally hidden section not working due to searchable() on select
I'm trying to conditionally hide a section on a form, and it was working yesterday, and now it's not working. If I remove
The only thing I've changed since yesterday is I added some logic to the
->searchable() from the select, it works as expected. The only thing I've changed since yesterday is I added some logic to the
CreateRecord class to handle getting the vendors, but even if I remove the references to that and just hardcode some options, it still doesn't work.