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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Tested on IE9+ and Chrome and Safari(10.0.3)
69
69
|type | Opt | Str || "text" |
70
70
|value | Opt | Str || "" |
71
71
|disabled | Opt | Bool || false |
72
-
|autoComplete | Opt | Str || "on" |
72
+
|autoComplete | Opt | Str |"on" or "off"| "on" |
73
73
|maxLength | Opt | Str | Num || 524288 |
74
74
|placeholder | Opt | Str || "" |
75
75
|**validate**|**Opt**|**Bool**|**If you have a submit button and trying to validate all the inputs of your form at once, toggle it to true, then it will validate the field and pass the result via the "validationCallback" you provide.**|**false**|
0 commit comments