From 810891ae7581aa9c2b02a4cc2ac31b8dd8cda134 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 9 Nov 2023 13:44:10 -0500 Subject: [PATCH] prettier --- docs/pages/resources/changelog.md | 2 +- index.html | 44 +++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 6c6e25cb..54802890 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -15,7 +15,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next - Added the ability to call `form.checkValidity()` and it will use Shoelace's custom `checkValidity()` handler. [#1708] -- Fixed a bug where nested dialogs were not properly trapping focus. [#1709] +- Fixed a bug where nested dialogs were not properly trapping focus. [#1711] - Fixed a bug with form controls removing the custom validity handlers from the form. [#1708] - Fixed a bug in form control components that used a `form` property, but not an attribute. [#1707] - Fixed a bug with bundled components using CDN builds not having translations on initial connect [#1696] diff --git a/index.html b/index.html new file mode 100644 index 00000000..f2dc369f --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ + + + + Test + + + + + + +
+ + Open Dialog 2 + Close + + + + + + Close + + + Open Dialog 1 + Open Dialog 2 +
+ + +