global settings not applied on custom entry
hey folks,
i try to set some defaults on a infolist text entry, since it is used in many places in my app. my idea is, to create a custom entry class and configure this entry in my
do you have any ideas about what the problem might be? or how this behaviour might be achieved differently?
i try to set some defaults on a infolist text entry, since it is used in many places in my app. my idea is, to create a custom entry class and configure this entry in my
AdminPanelServiceProvider's boot method. note: BigBoldEntry extends TextEntry in order to be able to apply this kind of adjustments. the setup works fine, but the adjustments are not applied.do you have any ideas about what the problem might be? or how this behaviour might be achieved differently?
Solution
okay, sometimes writing it down helps already
the issue is, that i was using the default view in my custom entry class. swapping to filament's
'filament-infolists::components.text-entry' view applied the styles.