Override specific error
I want to add a text on the error message which is "please refresh the page"
I made my TextInput into a unique and disabled which its default value will check the latest order_number and return and increment it.
but have one flaw which if someone already have the generated order_number it will return that error message "The order number has been already taken"
so maybe I'll just add a message saying "please, refresh the page" or much better generate order_number automatically without refreshing the page using livewire?
what do u guys think?
I made my TextInput into a unique and disabled which its default value will check the latest order_number and return and increment it.
but have one flaw which if someone already have the generated order_number it will return that error message "The order number has been already taken"
so maybe I'll just add a message saying "please, refresh the page" or much better generate order_number automatically without refreshing the page using livewire?
what do u guys think?
