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
$this->flightDetailsForm->getState();
ksnip_20240313-012317.png
ksnip_20240313-012252.png
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
Was this page helpful?