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
DropdownMenuDirective needs
@HostBinding('class.dropdown-menu') public addClass:boolean = true;
to apply the proper bootstrap dropdown menu styling, since the selector is now the dropdownMenu property instead of the "dropdown-menu" class.
The text was updated successfully, but these errors were encountered:
Add the dropdown-menu class to dropdown menus (valor-software#541)
8795f2a
1bc316f
No branches or pull requests
DropdownMenuDirective needs
to apply the proper bootstrap dropdown menu styling, since the selector is now the dropdownMenu property instead of the "dropdown-menu" class.
The text was updated successfully, but these errors were encountered: