Select menu. Enum. How set default-selected
I got a field in DB and model, which is an enum type. Something like this:
In filament, I did:
In the DB, the field
['xxx', 'yyy', 'zzz']In filament, I did:
In the DB, the field
stage is already set to yyy. But the menu still displays xxx