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 i'm sending the form 3 times without any data
the validation work and errors shows at first but after the third time i got no errors passed to the page probs
and the form trigger onSuccess
"i am using normal rules of laravel request just required"
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
Uh oh!
There was an error while loading. Please reload this page.
-
i have this dialog that should close after it's success
`
const { data, setData, submit, processing, errors } = useForm({
name: action === 'update' ? branch?.name || '' : '',
address: action === 'update' ? branch?.address || '' : '',
phone: action === 'update' ? branch?.phone || '' : '',
tax_number: action === 'update' ? branch?.tax_number || '' : '',
});
`
if i'm sending the form 3 times without any data
the validation work and errors shows at first but after the third time i got no errors passed to the page probs
and the form trigger onSuccess
"i am using normal rules of laravel request just required"
Beta Was this translation helpful? Give feedback.
All reactions