Winter Is Coming
Winter Is Coming
FFilament
Created by RafałMaślakMisterPoland on 3/23/2025 in #❓┊help
How searchable() works on form enum Select?
try ->searchable('name') or change the 'name' there with your field that contain Country name. Hope it helps.
9 replies
FFilament
Created by Arnold Schwarzenegger on 3/1/2025 in #❓┊help
Enum is cast when creating but not editing
it seems the issue is on your ->default() it should be ->default(ConfigType::MAPPER->value) you can keep the options(), it is already correct. no enum() needed. it should be working on create and edit
11 replies