Filament\Forms\Components\Select::make('ethnicity')
->label('Groupe ethnique')
->native(false)
->searchable()
->allowHtml()
->options(EthnicityEnum::class)
->default(EthnicityEnum::EUROPEAN_WHITE)
->live()
->required(),
Filament\Forms\Components\Select::make('ethnicity')
->label('Groupe ethnique')
->native(false)
->searchable()
->allowHtml()
->options(EthnicityEnum::class)
->default(EthnicityEnum::EUROPEAN_WHITE)
->live()
->required(),