filament form select native(false) does not run in livewire components
What i am triying to do :
add filament select form "native false" on livewire component
my issue:
when submit button pressed, the required error showing, even though select has been selected.
I attached the error in the image
Code :
Livewire blade view
Livewire Component
2 Replies
I suspect it's not mounting until the submit stage where you clear it so fields are missing in the requirement.
thank you very much, its working perfectly π