danielspravtsev
Form builder component properties render
@awcodes I am talking about Filament View Components that used in Form Builder, not Livewire Component.
My question is – Which Filament method collects View component (https://github.com/filamentphp/filament/blob/2.x/packages/forms/src/Components/TextInput.php) protected variables and passes it to it's the blade view?
Default Laravel View Components collects only public variables to pass it to blade, so where is Filament method that collects protected properties? 😀
Sorry if you misunderstood me previously
13 replies