Select Field Required Wrong Validation
Guys, I'm trying to use Filament Form inside livewire component but I'm facing some errors related to form validation.
I made a select field with some values but when selecting and submitting the form, is returned "The field is required.".
I have the same problem using DatePicker with "native->false", but removed it, with Select I'm not understanding why.
I'm getting data using
I made a select field with some values but when selecting and submitting the form, is returned "The field is required.".
I have the same problem using DatePicker with "native->false", but removed it, with Select I'm not understanding why.
I'm getting data using


Solution
Omg Leandro !!
I had forgotten about the 'fill' in the mount... actually, I thought it wasn't necessary. Thank you very much, it worked like a charm
I had forgotten about the 'fill' in the mount... actually, I thought it wasn't necessary. Thank you very much, it worked like a charm