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
// message: '', // Optional.[String].Default: "". (Server response) Your AJAX message. For instance, provide it when backend returns 'USERNAME ALREADY EXIST'
896
+
// showOnError: true, // Optional.[Bool].Default: true. (Server response) Show AJAX error message or not.
897
+
// showOnSuccess: false, // Optional.[Bool].Default: false. (Server response) Show AJAX success message or not.
898
+
// }}
893
899
/>
894
900
{/*<div>
895
901
<input
@@ -951,6 +957,12 @@ class Index extends Component {
951
957
// msgOnError: "Your custom error message if you provide the validationOption['msgOnError']", // Optional.[String].Default: "". Show your custom error message no matter what when it has error if it is provied.
952
958
// msgOnSuccess: "Your custom success message if you provide the validationOption['msgOnSuccess']. Otherwise, it will not show, not even green border." // Optional.[String].Default: "". Show your custom success message no matter what when it has error if it is provied.
// message: '', // Optional.[String].Default: "". (Server response) Your AJAX message. For instance, provide it when backend returns 'USERNAME ALREADY EXIST'
963
+
// showOnError: true, // Optional.[Bool].Default: true. (Server response) Show AJAX error message or not.
964
+
// showOnSuccess: false, // Optional.[Bool].Default: false. (Server response) Show AJAX success message or not.
965
+
// }}
954
966
/>
955
967
{/*<div
956
968
onClick={() => {
@@ -1009,6 +1021,12 @@ class Index extends Component {
1009
1021
// msgOnError: "Your custom error message if you provide the validationOption['msgOnError']", // Optional.[String].Default: "". Show your custom error message no matter what when it has error if it is provied.
1010
1022
// msgOnSuccess: "Your custom success message if you provide the validationOption['msgOnSuccess']. Otherwise, it will not show, not even green border." // Optional.[String].Default: "". Show your custom success message no matter what when it has error if it is provied.
// message: '', // Optional.[String].Default: "". (Server response) Your AJAX message. For instance, provide it when backend returns 'USERNAME ALREADY EXIST'
1027
+
// showOnError: true, // Optional.[Bool].Default: true. (Server response) Show AJAX error message or not.
1028
+
// showOnSuccess: false, // Optional.[Bool].Default: false. (Server response) Show AJAX success message or not.
1029
+
// }}
1012
1030
/>
1013
1031
{/*<div
1014
1032
onClick={() => {
@@ -1078,6 +1096,12 @@ class Index extends Component {
1078
1096
// msgOnError: "Your custom error message if you provide the validationOption['msgOnError']", // Optional.[String].Default: "". Show your custom error message no matter what when it has error if it is provied.
1079
1097
// msgOnSuccess: "Your custom success message if you provide the validationOption['msgOnSuccess']. Otherwise, it will not show, not even green border." // Optional.[String].Default: "". Show your custom success message no matter what when it has error if it is provied.
// message: '', // Optional.[String].Default: "". (Server response) Your AJAX message. For instance, provide it when backend returns 'USERNAME ALREADY EXIST'
1102
+
// showOnError: true, // Optional.[Bool].Default: true. (Server response) Show AJAX error message or not.
1103
+
// showOnSuccess: false, // Optional.[Bool].Default: false. (Server response) Show AJAX success message or not.
1104
+
// }}
1081
1105
/>
1082
1106
{/*<div
1083
1107
onClick={() => {
@@ -1152,6 +1176,12 @@ class Index extends Component {
// message: '', // Optional.[String].Default: "". (Server response) Your AJAX message. For instance, provide it when backend returns 'USERNAME ALREADY EXIST'
1182
+
// showOnError: true, // Optional.[Bool].Default: true. (Server response) Show AJAX error message or not.
1183
+
// showOnSuccess: false, // Optional.[Bool].Default: false. (Server response) Show AJAX success message or not.
0 commit comments