Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown — Drop flip option #33198

Merged
merged 3 commits into from
Mar 2, 2021
Merged

Dropdown — Drop flip option #33198

merged 3 commits into from
Mar 2, 2021

Conversation

rohit2sharma95
Copy link
Collaborator

Closes #33181

Since this option is not working already, dropping it should not be a breaking change IMO.

Not adding the fallbackPlacements here in place of the flip option because the Popper's default value for this option is not customized by Bootstrap. Bootstrap is not customizing the value for fallbackPlacements because it is not needed: #32843. Users can change the flipping behavior by passing the array in the fallbackPlacements option directly in Popper's config. (For example, flipping behavior can be disabled by passing an empty array to the fallbackPlacements option.)

Copy link
Member

@mdo mdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. We should get this into our next beta though. /cc @XhmikosR for another set of eyes.

@XhmikosR
Copy link
Member

XhmikosR commented Mar 2, 2021

@mdo you mean in beta4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flip option does not work in dropdown's configuration
3 participants