aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2021-11-24 02:07:17 +0200
committerXhmikosR <[email protected]>2021-12-01 17:10:39 +0200
commita5945369bdcaccb5d80589b9e9b0fab67e8a4e9c (patch)
tree4cf79dc802f1f7bf67278bb35747ef886d18cfc1
parentdd07c1ff9ee7102f607fbc8b62222ba51a57e81a (diff)
downloadbootstrap-a5945369bdcaccb5d80589b9e9b0fab67e8a4e9c.tar.xz
bootstrap-a5945369bdcaccb5d80589b9e9b0fab67e8a4e9c.zip
Dropdown: change doc for `data-bs-popper=none`
-rw-r--r--site/content/docs/5.1/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 522e8551b..4ee9c6014 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -297,7 +297,7 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa
- <span class="badge bg-danger">Breaking</span> All the events for the dropdown are now triggered on the dropdown toggle button and then bubbled up to the parent element.
-- Dropdown menus now have a `data-bs-popper="static"` attribute set when the positioning of the dropdown is static and `data-bs-popper="none"` when dropdown is in the navbar. This is added by our JavaScript and helps us use custom position styles without interfering with Popper's positioning.
+- Dropdown menus now have a `data-bs-popper="static"` attribute set when the positioning of the dropdown is static, or dropdown is in the navbar. This is added by our JavaScript and helps us use custom position styles without interfering with Popper's positioning.
- <span class="badge bg-danger">Breaking</span> Dropped `flip` option for dropdown plugin in favor of native Popper configuration. You can now disable the flipping behavior by passing an empty array for [`fallbackPlacements`](https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements) option in [flip](https://popper.js.org/docs/v2/modifiers/flip/) modifier.