derpoho
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
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