You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if validation passed, i want to cancel the flash.. currently even if the validation passed, the flash still get triggered.
For a quicknote, i don't want to use custom validator since my code won't work because it didn't set the prefix on my validation object. but this is livewire matter.. if only i can unset the flash, i think its gonna be okay.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am using Livewire 3 and latest phpflasher.
Currently i want to display flash message if validation fails.
my code as below
if validation passed, i want to cancel the flash
.. currently even if the validation passed, the flash still get triggered.For a quicknote, i don't want to use custom validator since my code won't work because it didn't set the prefix on my validation object. but this is livewire matter.. if only i can unset the flash, i think its gonna be okay.
Beta Was this translation helpful? Give feedback.
All reactions