Scott
Scott
FFilament
Created by Scott on 11/9/2023 in #❓┊help
Validation message
Awesome, thank you so much.
6 replies
FFilament
Created by Scott on 11/9/2023 in #❓┊help
Validation message
I think the issue has to do with the next action versus the submit action. I think the pop-up validation messages are only triggered for the submit action.
That said, is there a way to make it so that the validation messages are displayed uniformly across these two types of actions? I am working on this now and will post if I figure it out.
6 replies
FFilament
Created by Lara Zeus on 10/28/2023 in #❓┊help
wizard is not reactive
Thanks, Lara! I'll check my assets build, as you suggested. I want to make sure I don't have an overall problem. However, I think I need this for my situation anyways, so I could style the next button. Sorry this didn't help for your issue.
7 replies
FFilament
Created by Lara Zeus on 10/28/2023 in #❓┊help
wizard is not reactive
I figured out how to customize the css for the "next" button which resolved my problem.
->nextAction(
fn(Action $action) => $action->button()->extraAttributes([
'class' => 'rounded-md border border-transparent bg-blue-600 px-5 py-2 mt-4 text-base font-medium text-white enabled:hover:bg-blue-700 disabled:opacity-50'
]),
->nextAction(
fn(Action $action) => $action->button()->extraAttributes([
'class' => 'rounded-md border border-transparent bg-blue-600 px-5 py-2 mt-4 text-base font-medium text-white enabled:hover:bg-blue-700 disabled:opacity-50'
]),
I am curious if this is how you resolved your issue or if it was a different problem entirely.
7 replies
FFilament
Created by Lara Zeus on 10/28/2023 in #❓┊help
wizard is not reactive
No description
7 replies
FFilament
Created by Lara Zeus on 10/28/2023 in #❓┊help
wizard is not reactive
I am having this same issue. I noticed that the button is rendering, but the colors are incorrect. I can just barely see a shadow of the button (which I didn't see at first). I am trying to figure out how to fix this. Did you have any luck?
7 replies