Field dependency in Filament v3 seems to be busted
I noticed that when I try and do the following:
The system borks at "Get" - it's trying to initialise that before it's actually avialable, resulting in the following error:
Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization
Solution:Jump to solution
IT's fine, I figured it out - was changing the textcolumn, not text input π
2 Replies
Please post some more code
Solution
IT's fine, I figured it out - was changing the textcolumn, not text input π