-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(b-nav-item-dropdown): add
boundary
prop, applicable when not i…
…n `b-navbar` (closes #4684) (#4691) * feat(b-nav-item-dropdown): add boundary prop (used when not in b-navbar) * Update dropdown.js * Update dropdown.js * Update package.json Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
- Loading branch information
1 parent
dba2beb
commit 3a50ad8
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3a50ad8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm update to 2.4.0 and got this broke dropdown. Im not using b-navbar. I've set boundary to viewport, windows but nothing works
Note: Dropdown button is the bell icon. Navbar not using b-navbar
3a50ad8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bagaskarala could you create a new issue with a minimal reproduction of the issue? you can use hte docs playground to export to JsFiddle, Codepen or CodeSandbox.