From cc97866e6027f0788b649e6e622057b93e98391d Mon Sep 17 00:00:00 2001 From: Nic Mendoza Date: Fri, 25 Jul 2014 17:16:58 -0400 Subject: [PATCH] quick doc fix --- doc/pages/components/abide.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/pages/components/abide.html b/doc/pages/components/abide.html index 9c0c6c6ae..d7f7716f6 100755 --- a/doc/pages/components/abide.html +++ b/doc/pages/components/abide.html @@ -123,11 +123,13 @@ Suppose you've defined a custom validator `diceRoll` which randomly marks your e ``` {{/markdown}} + Additionally, if you are using a custom validator and specify an input type or a pattern on the input, Abide will check both when validating the input. The following will check your input value against the built in email pattern as well as your isAllowed custom validator function: {{#markdown}} -````html +```html +``` {{/markdown}} *** -- 2.47.2