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 menu should support several lists inside #450

Closed
marcoscv-work opened this issue Jan 24, 2018 · 2 comments
Closed

Dropdown menu should support several lists inside #450

marcoscv-work opened this issue Jan 24, 2018 · 2 comments
Labels
status: next-release Issues that will enter into the next release

Comments

@marcoscv-work
Copy link
Member

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>
@carloslancha
Copy link
Contributor

Related with #425. Fixed in same pr.

jbalsas added a commit that referenced this issue Jan 25, 2018
Use new markup for ClayDropdown  | Fixes #425 and #450
@carloslancha
Copy link
Contributor

Label this as next release

@jbalsas jbalsas added the status: next-release Issues that will enter into the next release label Jan 25, 2018
pat270 added a commit to pat270/clay that referenced this issue Jan 25, 2018
jbalsas added a commit that referenced this issue Jan 25, 2018
Update: (#450) Dropdown `.dropdown-menu > .list-unstyled` should have…
@jbalsas jbalsas closed this as completed Jan 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: next-release Issues that will enter into the next release
Projects
None yet
Development

No branches or pull requests

3 participants