From 98dc238e2388108906ea42daa26672ffbf94fafb Mon Sep 17 00:00:00 2001 From: colinmackinlay Date: Wed, 1 Mar 2017 23:25:26 +0000 Subject: [PATCH] ABIDE - clarification of novalidate attribute The need to use novalidate is new in F6. The proposed change emphasises why it is needed. --- docs/pages/abide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 3cf8bc5e8..7f57b5377 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -10,7 +10,7 @@ tags: ### Abide Demo -These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`. +These input types create a text field: `text`, `date`, `datetime`, `datetime-local`, `email`, `month`, `number`, `password`, `search`, `tel`, `time`, `url`, and `week`. Note the use of the novalidate attribute to disable any browser validation that could conflict with Abide. ```html_example
-- 2.47.2