mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
Remove custom fallbackPlacements
from dropdown (#32843)
This commit is contained in:
@@ -321,12 +321,6 @@ class Dropdown extends BaseComponent {
|
|||||||
boundary: this._config.boundary
|
boundary: this._config.boundary
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'flip',
|
|
||||||
options: {
|
|
||||||
fallbackPlacements: ['top', 'right', 'bottom', 'left']
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'offset',
|
name: 'offset',
|
||||||
options: {
|
options: {
|
||||||
|
Reference in New Issue
Block a user