Avoid Extra Requests for Select->native(false)
For some reason, when using
native(false)
select triggers a Livewire getFormSelectOptions
request every time it's opened, even if the options are static. Is there a way to avoid these unnecessary requests while keeping native(false)
?0 Replies