We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050a49 commit 8354615Copy full SHA for 8354615
src/pat/validation/validation.js
@@ -27,10 +27,8 @@ parser.addArgument("not-before", null);
27
parser.addArgument("equality", null);
28
parser.addArgument("delay", 100); // Delay before validation is done to avoid validating while typing.
29
30
-// BBB
31
-// TODO: deprecated. Will be removed with next major version.
+// Aliases
32
parser.addAlias("message-integer", "message-number");
33
-parser.addArgument("error-template");
34
35
const KEY_ERROR_EL = "__patternslib__input__error__el";
36
const KEY_ERROR_MSG = "__patternslib__input__error__msg";
0 commit comments