FilamentF
Filament14mo ago
Haydra

form schema modify

Hello guys

$testField =
TextInput::make('first_name')
->maxLength('64')
->required();

dd($testField->getId());

i'm trying to access the input before rendering it in the browser
but getting this error
Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization

is there anyway to access field properties before ?
Was this page helpful?