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
Dropdown Clay component needs to use different context lists in combination with the rest of elements which are not a list.
This is a markup example:
__
<div class="dropdown-menu"> <form> <div class="dropdown-section"> <div class="input-group input-group-sm"> <div class="input-group-item"> <input class="form-control input-group-inset input-group-inset-after" type="text"> <span class="input-group-inset-item input-group-inset-item-after"> <button class="btn btn-unstyled" type="button"> S-Icon </button> </span> </div> </div> </div> <ul class="unnamed-class"> <li class="unnamed-class"> <ul class="unnamed-class"> <li class="dropdown-subheader">SUBHEADER</li> <li class="unnamed-class"> <a class="dropdown-item" href="#1">Actions</a> </li> <li class="dropdown-divider"></li> <li class="unnamed-class"> <a class="dropdown-item" href="#1">Actions</a> </li> </ul> </li> <li class="dropdown-divider"></li> <li class="unnamed-class"> <ul class="unnamed-class"> <li class="dropdown-subheader">SUBHEADER</li> <li class="unnamed-class"> <a class="dropdown-item" href="#1">Actions</a> </li> <li class="dropdown-divider"></li> <li class="unnamed-class"> <a class="dropdown-item" href="#1">Actions</a> </li> </ul> </li> </ul> </form> </div>
The text was updated successfully, but these errors were encountered:
Related with #425. Fixed in same pr.
Sorry, something went wrong.
Merge pull request #461 from carloslancha/ClayDropdownListMarkup
8c5e7fe
Use new markup for ClayDropdown | Fixes #425 and #450
Label this as next release
next release
Update: (liferay#450) Dropdown .dropdown-menu > .list-unstyled shou…
.dropdown-menu > .list-unstyled
e94fab5
…ld have no margin-bottom
Merge pull request #473 from pat270/clay-450
6dc6961
Update: (#450) Dropdown `.dropdown-menu > .list-unstyled` should have…
No branches or pull requests
Dropdown Clay component needs to use different context lists in combination with the rest of elements which are not a list.
This is a markup example:
__
The text was updated successfully, but these errors were encountered: