MrOlon
conditionally hidden section not working due to searchable() on select
I think I've experienced a related issue.
The
searchable
method makes the select component using the non-native select element (the browser native <select>; this is because the native element does not support search feature so a custom javascript one is used - Choices.js). I think you will get the same issues using ->native(false)
, even without ->searchable()
.
I found some github issue related to this, but I'm not figured out the solution yet.
Just an example: https://github.com/filamentphp/filament/issues/8097
I don't know if this info are still valid or outdated, just giving you some hints I found10 replies