diff --git a/src/views/base/Accordion.vue b/src/views/base/Accordion.vue
index 8ec7a95e..fa490793 100644
--- a/src/views/base/Accordion.vue
+++ b/src/views/base/Accordion.vue
@@ -125,7 +125,7 @@
- Add alwaysOpen property to make accordion items stay
+ Add always-open property to make accordion items stay
open when another item is opened.
border-color of a card. Note that
- you can set textColor property on the
+ you can set text-color property on the
<CCard> or a subset of the card's contents as
shown below.
border-color of a card. Note that
- you can set textColor property on the
+ you can set text-color property on the
<CCard> or a subset of the card's contents as
shown below.
diff --git a/src/views/forms/FormControl.vue b/src/views/forms/FormControl.vue
index f6d0006c..ae484726 100644
--- a/src/views/forms/FormControl.vue
+++ b/src/views/forms/FormControl.vue
@@ -134,7 +134,7 @@
plain-text boolean property to remove the default form
field styling and preserve the correct margin and padding.
-
- As is the htmlSize property:
+ As is the html-size property:
- If you don’t provide an onDimsiss handler to the Modal
- component, your modal will behave as though the backdrop is static,
- meaning it will not close when clicking outside it. Click the button
- below to try it.
+ If you set backdrop property to static,
+ your modal will behave as though the backdrop is static, meaning it
+ will not close when clicking outside it. Click the button below to
+ try it.
- If you don’t provide an onDimsiss handler to the Modal
- component, your modal will behave as though the backdrop is static,
- meaning it will not close when clicking outside it. Click the button
- below to try it.
+ When modals become too long for the user's viewport or device, they
+ scroll independent of the page itself. Try the demo below to see
+ what we mean.