language that is often used in several tables and for now 3 language codes could be used as values.App\Enums\Language and in the Eloquent model the attribute language is cast correctly:Edit and Create pages the dropdown shows available labels from the Enum class and everything works as it should.language .List page an exception is throwing with the message "" is not a valid backing value for enum App\Enums\Language.::from() and ::tryFrom() methods.tryFrom returns null for invalid values instead of throwing an exception. Maybe this could be a good fix for such case and could be fixed in the upcoming Filament version?