We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
here is my code
<div class="btn-group user-role" role="group" dropdown [autoClose]="'always'"> <button id="dropUserRole" type="button" dropdownToggle class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Super Admin </button> <div class="dropdown-menu" aria-labelledby="dropUserRole" dropdownMenu> <a class="dropdown-item" href="#">Dropdown link</a> <a class="dropdown-item" href="#">Dropdown link</a> </div> </div>
The text was updated successfully, but these errors were encountered:
I think always is the default behaviour, so if you remove [autoClose]="'always'" entirely, you should get the behaviour that you want.
always
[autoClose]="'always'"
Sorry, something went wrong.
feat(dropdown): rollout completely rewritten bs-dropdown version
eea1946
fixes #1674, fixes #1749, fixes #1623, fixes #1415, fixes #802, fixes #569, fixes #530, fixes #6, fixes #1540, fixes #1217, fixes #591, fixes #478
b15a828
31cba41
No branches or pull requests
here is my code
The text was updated successfully, but these errors were encountered: