From b30be681ad5a57f2374444fbe5be50bcee7a9e6f Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 19 Jan 2021 20:36:22 +0530 Subject: [PATCH] Remove custom `fallbackPlacements` from dropdown --- js/src/dropdown.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 66ff8cc4fcf7..84f13431b3a0 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -322,12 +322,6 @@ class Dropdown extends BaseComponent { rootBoundary: this._config.boundary } }, - { - name: 'flip', - options: { - fallbackPlacements: ['top', 'right', 'bottom', 'left'] - } - }, { name: 'offset', options: {