From 4831076d6ed0822d2261d85513bf76ce8c1e2eaa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 6 Jun 2017 11:26:24 -0700 Subject: [PATCH] some text for the browser default version --- docs/4.0/components/forms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 8f94cfe7a3..14f00259b9 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -890,6 +890,10 @@ For custom Bootstrap form validation messages, you'll need to add the `novalidat ### Browser defaults +Not interested in custom validation feedback messages or writing JavaScript to change form behaviors? All good, you can use the browser defaults. Try submitting the form below. Depending on your browser and OS, you'll see a slightly different style of feedback. + +While these feedback styles cannot be styled with CSS, you can still customize the feedback text through JavaScript. + {% example html %}
-- 2.47.2