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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,10 @@ Default position adjustment could also be provided.
323
323
### showOneMessage
324
324
Only display the first incorrect validation message instead of normally stacking it. It will follows the validation hierarchy you used in the input and only show the first error.
325
325
326
+
### showPrompts
327
+
If set to false, prompts never show.
328
+
329
+
326
330
### ajaxFormValidation
327
331
If set to true, turns Ajax form validation logic on. Defaults to *false*.
328
332
Form validation takes place when the validate() action is called or when the form is submitted.
0 commit comments