Form validation error alternative #541
-
Help WantedProblemIs there an alternative for using the ui error message div inside the form to display errors? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@mpgr04 You could remove the error div and use onFailure to display a toast message: https://jsfiddle.net/5nr98sue/ |
Beta Was this translation helpful? Give feedback.
-
Learned something new again! |
Beta Was this translation helpful? Give feedback.
@mpgr04 You could remove the error div and use onFailure to display a toast message: https://jsfiddle.net/5nr98sue/