Displaying specific validation control #655
-
hello, `$('form')
}) i want only to show empty not the result of the 2nd valdation |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Your fiddle is broken, and not properly created. Adjust your fiddle with only front-end code, so, someone can test and help you. |
Beta Was this translation helpful? Give feedback.
-
Regardless of the provided fiddle it is currently not implemented to only show the first occuring invalid rule, but always all of them when submitting the form. |
Beta Was this translation helpful? Give feedback.
-
i'm sorry, i messed up the fiddle, thought i uploaded the clean code, i'll check with |
Beta Was this translation helpful? Give feedback.
-
well basically the solution i was searching for is this |
Beta Was this translation helpful? Give feedback.
Regardless of the provided fiddle it is currently not implemented to only show the first occuring invalid rule, but always all of them when submitting the form.
The only current option to accomplish the desired functionality would be by testing the fields manually via behaviors
is valid(fieldname)
andadd prompt(identifier, errors)
https://fomantic-ui.com/behaviors/form.html#/settings