aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/dropdown.js')
-rw-r--r--js/src/dropdown.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js
index 4720ed1ab..4d65008f8 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -298,6 +298,12 @@ class Dropdown extends BaseComponent {
altBoundary: this._config.flip,
rootBoundary: this._config.boundary
}
+ },
+ {
+ name: 'flip',
+ options: {
+ fallbackPlacements: ['top', 'right', 'bottom', 'left']
+ }
}]
}