© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
1 reply
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 ?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Form schema reuse
FilamentFFilament / ❓┊help
6mo ago
Store Form Schema
FilamentFFilament / ❓┊help
3y ago
Re-Render Form Schema
FilamentFFilament / ❓┊help
2y ago
How to modify the Modal Form position
FilamentFFilament / ❓┊help
5mo ago