2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Dropdown — Drop flip option (#33198)

This commit is contained in:
Rohit Sharma
2021-03-02 20:57:13 +05:30
committed by GitHub
parent 977c366cbe
commit b9e51dc3c4
3 changed files with 2 additions and 9 deletions
+2
View File
@@ -18,6 +18,8 @@ toc: true
var dropdown = new bootstrap.Dropdown('[data-bs-toggle="dropdown"]')
```
- 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.
### Utilities
- Dropped the `0` entry in `$border-widths` map to remove the duplicated `.border-0` class.