Alexandre
Need advice on the login logic of my application
Thank you for your response.
I thought about it at first, but I wasn't quite sure how to retrieve the entire nested layout of filament (not just the login form but HTML, body, ...), which I feel are other Livewire components
Knowing that I will also need to do the same with the passwordReset. The whole thing seemed a bit tricky to me, but I might be mistaken... 😅
And the advantage here is that I can put it on Filament without having to tweak my views...
Aside from the URL, do you see any potential issues with what I’ve implemented?
7 replies
Disable back button for wizard on modal
Hi.
You have this method :
->previousAction()
So you can try that :
->previousAction(fn (Action $action): Action => $action->extraAttributes(['class' => 'hidden']))
Cf. https://github.com/filamentphp/filament/discussions/9942#discussioncomment-77022425 replies
Incremental itemLabel for repeater
I found a solution on Github for those who are looking too :
And that work like expected 🥳
Source : https://github.com/filamentphp/filament/discussions/8565#discussioncomment-7031649
7 replies
afterStateUpdated not work on custom field
Here you are : https://gist.github.com/AlexandreCConcept/0e7ec7bf3bb5b2f2c54ec5fc8803f23c
Thanks for your time
14 replies
afterStateUpdated not work on custom field
Thanks again for your help.
I just made the change.
I don't get my DD() if I click on one of my radio buttons from my CylinderType input.
However, I've noticed that if I click on any other input with a ->live() method, the DD() from my afterStateUpdated() appears.
14 replies