We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccdb1b commit 9ca719cCopy full SHA for 9ca719c
src/Filament/Clusters/World/Resources/CountryResource.php
@@ -74,7 +74,7 @@ public static function form(Schema $schema): Schema
74
75
TextInput::make('num_code')
76
->numeric()
77
- ->length(3)
+ ->maxLength(3)
78
->label(__('eclipse-world::countries.form.num_code.label'))
79
->helperText(__('eclipse-world::countries.form.num_code.helper')),
80
0 commit comments