danielspravtsev
danielspravtsev
FFilament
Created by CaptainJoker on 7/31/2023 in #❓┊help
V3 Pagination Error
Thanks! In my case this was caused by old livewire published pagination view files, republishing fixes this issue 😀
14 replies
FFilament
Created by danielspravtsev on 5/15/2023 in #❓┊help
Form builder component properties render
Aww, now I see... It uses the results of component evaluated public methods in blade. Didn't noticed that before. Thanks a lot for clarification!
13 replies
FFilament
Created by danielspravtsev on 5/15/2023 in #❓┊help
Form builder component properties render
Oh, makes sense. Where is this getter methods located?
13 replies
FFilament
Created by danielspravtsev on 5/15/2023 in #❓┊help
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