From a5945369bdcaccb5d80589b9e9b0fab67e8a4e9c Mon Sep 17 00:00:00 2001 From: GeoSot Date: Wed, 24 Nov 2021 02:07:17 +0200 Subject: Dropdown: change doc for `data-bs-popper=none` --- site/content/docs/5.1/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content/docs') diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 522e8551b6..4ee9c60146 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 - Breaking 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. - Breaking 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. -- cgit v1.2.3