From 98671231ecdc3870213f77fb20d1bf3fec1e08cf Mon Sep 17 00:00:00 2001 From: Patrick van Hesteren Date: Mon, 3 Oct 2016 08:05:59 +0200 Subject: [PATCH] Updated documentation of the focus option from the modal component. (#19409) --- docs/components/modal.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/components/modal.md b/docs/components/modal.md index 26676cacc3..dd4793d229 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -412,6 +412,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap true Closes the modal when escape key is pressed + + focus + boolean + true + Puts the focus on the modal when initialized. + show boolean