derpoho
derpoho
FFilament
Created by derpoho on 10/10/2024 in #❓┊help
hasCombinedRelationManagerTabsWithContent together with infolist breaks
I got a simple resource with an infolist and some relationmanager on a ViewPage. This combination seems to break the tab navigation for some reason. If i either disable hasCombinedRelationManagerTabsWithContent OR change the Infolist to a form the navigation between the tabs work. The error thrown is always in livewire.jsUncaught Component not found: ANYCOMPONENTID Breaking it down: If i am loading the page on the Main (Infolist) Tab, then i can navigate to 1 RSM and then not further. If i am loading the page ON one RSM i can't navigate nowhere. It occurs on ALL resources i have with this setup. Is this a known bug? Version is 3.2.115 and LRVL 11.26.0
2 replies
FFilament
Created by derpoho on 3/29/2023 in #❓┊help
Textarea maxLength not working within Wizard?
I have a Textarea within a 3-step wizard, is it intended that maxLength/minLength are not rendered, i tracked it down to the !$isConcealed() call in the textarea view. it returns false when inside a wizard, but true if outside. am i missing something or is this intended. If so, why? 😉 i solved it temporarily by adding ->extraInputAttributes(['maxlength' => 300]), which works, but not perfect!
4 replies
FFilament
Created by derpoho on 3/15/2023 in #❓┊help
Prefill FileUpload field from existing path in storage
Is there a way to prefill the FileUpload field in a custom form component? what is needed in the $form->fill()? the url to the file, the path? i tried a lot, doesn‘t seem to work. Am i missing something?
7 replies