From: Nic Mendoza Date: Fri, 25 Jul 2014 21:16:58 +0000 (-0400) Subject: quick doc fix X-Git-Tag: v5.3.2~18^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5359%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git quick doc fix --- 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}} ***