maltebaer
passing data to infolist action
i found a solution! on my component i added
inside the schema of my section
and inside the blade file
now in my
foo.blade
i have access to the data bar
of the respective foo
entry.
hope it can help someone else!4 replies
make use of tailwind layers in custom theme
thanks a lot for the help.
->extraAttributes()
does not exist on the panel provider. i guess it would not be clear which element to apply to.
i agree that using the render hooks is to hacky to apply my own custom styles.5 replies
handle form component visibility with javascript
hey dennis, thanks for your answer.
at the moment i'm trying to add this functionality with alpine. since i have a lot of different form components, it's not that trivial and i have to take care of a lot of edge cases (also i'm kind of confused that not every component has
setExtraInputAttributes()
and if not setExtraAttributes()
sets the attributes on the input and not on the wrapper component).
since you guys dealt with all this quirks already i just wanted to check in, if there is no better solution.
btw: is there some kind of javascript object where filament tracks the state?3 replies