0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Remove custom fallbackPlacements from dropdown (#32843)

This commit is contained in:
Rohit Sharma 2021-02-09 11:25:17 +05:30 committed by GitHub
parent 96b86c1f58
commit 0eaa6c05cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,12 +321,6 @@ class Dropdown extends BaseComponent {
boundary: this._config.boundary
}
},
{
name: 'flip',
options: {
fallbackPlacements: ['top', 'right', 'bottom', 'left']
}
},
{
name: 'offset',
options: {