UNPKG

carbon-components

Version:

The Carbon Design System is IBM’s open-source design system for products and experiences.

161 lines (156 loc) • 12.5 kB
<!-- Copyright IBM Corp. 2016, 2018 This source code is licensed under the Apache-2.0 license found in the LICENSE file in the root directory of this source tree. --> <div class="bx--form-item"> <div class="bx--dropdown__wrapper "> <span id="example-m4l6noabqnd-label" class="bx--label">Dropdown label</span> <div class="bx--form__helper-text">Optional helper text.</div> <div data-dropdown data-value class="bx--dropdown bx--dropdown--up bx--dropdown--light "> <button class="bx--dropdown-text" aria-haspopup="true" aria-expanded="false" aria-controls="example-m4l6noabqnd-menu" aria-labelledby="example-m4l6noabqnd-label example-m4l6noabqnd-value" type="button"> <span class="bx--dropdown-text__inner" id="example-m4l6noabqnd-value"> Dropdown option </span> <span class="bx--dropdown__arrow-container"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--dropdown__arrow" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7z"></path></svg> </span> </button> <ul class="bx--dropdown-list" id="example-m4l6noabqnd-menu" role="menu" tabindex="0" id="example-m4l6noabqnd-menu" aria-hidden="true" wh-menu-anchor="left" aria-labelledby="example-m4l6noabqnd-label"> <li data-option data-value="all" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="true" id="example-m4l6noabqnd-item0">Option 1</a> </li> <li data-option data-value="cloudFoundry" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-m4l6noabqnd-item1">Option 2</a> </li> <li data-option data-value="staging" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-m4l6noabqnd-item2">Option 3</a> </li> <li data-option data-value="dea" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-m4l6noabqnd-item3">Option 4</a> </li> <li data-option data-value="router" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-m4l6noabqnd-item4">Option 5</a> </li> <li data-option data-value="loremipsum" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-m4l6noabqnd-item5">An example option that is really long to show what should be done to handle long text</a> </li> </ul> </div> </div> </div> <div class="bx--form-item"> <div class="bx--dropdown__wrapper "> <span id="example-a87b57l4rr5-label" class="bx--label">Dropdown label</span> <div class="bx--form__helper-text">Optional helper text here; if message is more than one line text should wrap (~100 character count maximum)</div> <div data-dropdown data-value class="bx--dropdown bx--dropdown--up bx--dropdown--light "> <button class="bx--dropdown-text" aria-haspopup="true" aria-expanded="false" aria-controls="example-a87b57l4rr5-menu" aria-labelledby="example-a87b57l4rr5-label example-a87b57l4rr5-value" type="button"> <span class="bx--dropdown-text__inner" id="example-a87b57l4rr5-value"> Dropdown option </span> <span class="bx--dropdown__arrow-container"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--dropdown__arrow" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7z"></path></svg> </span> </button> <ul class="bx--dropdown-list" role="menu" tabindex="0" id="example-a87b57l4rr5-menu" aria-hidden="true" wh-menu-anchor="left" aria-labelledby="example-a87b57l4rr5-label"> <li data-option data-value="all" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="true" id="example-a87b57l4rr5-item0">Option 1</a> </li> <li data-option data-value="cloudFoundry" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-a87b57l4rr5-item1">Option 2</a> </li> <li data-option data-value="staging" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-a87b57l4rr5-item2">Option 3</a> </li> <li data-option data-value="dea" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-a87b57l4rr5-item3">Option 4</a> </li> <li data-option data-value="router" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-a87b57l4rr5-item4">Option 5</a> </li> <li data-option data-value="loremipsum" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-a87b57l4rr5-item5">An example option that is really long to show what should be done to handle long text</a> </li> </ul> </div> </div> </div> <div class="bx--form-item"> <div class="bx--dropdown__wrapper "> <span id="example-h39c2ozss5-label" class="bx--label bx--label--disabled" aria-disabled="true">Dropdown label</span> <div class="bx--form__helper-text bx--form__helper-text--disabled" aria-disabled="true">Optional helper text here; if message is more than one line text should wrap (~100 character count maximum)</div> <div data-dropdown data-value class="bx--dropdown bx--dropdown--up bx--dropdown--light bx--dropdown--disabled"> <button disabled class="bx--dropdown-text" aria-haspopup="true" aria-expanded="false" aria-controls="example-h39c2ozss5-menu" aria-labelledby="example-h39c2ozss5-label example-h39c2ozss5-value" type="button"> <span class="bx--dropdown-text__inner" id="example-h39c2ozss5-value"> Dropdown option </span> <span class="bx--dropdown__arrow-container"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--dropdown__arrow" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7z"></path></svg> </span> </button> <!-- Note: remove `tabindex` from disabled dropdown lists --> <ul class="bx--dropdown-list" id="example-h39c2ozss5-menu" role="menu" id="example-h39c2ozss5-menu" aria-hidden="true" wh-menu-anchor="left" aria-labelledby="example-h39c2ozss5-label"> <li data-option data-value="all" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="true" id="example-h39c2ozss5-item0">Option 1</a> </li> <li data-option data-value="cloudFoundry" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-h39c2ozss5-item1">Option 2</a> </li> <li data-option data-value="staging" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-h39c2ozss5-item2">Option 3</a> </li> <li data-option data-value="dea" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-h39c2ozss5-item3">Option 4</a> </li> <li data-option data-value="router" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-h39c2ozss5-item4">Option 5</a> </li> <li data-option data-value="loremipsum" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-h39c2ozss5-item5">An example option that is really long to show what should be done to handle long text</a> </li> </ul> </div> </div> </div> <div class="bx--form-item"> <div class="bx--dropdown__wrapper "> <span id="example-uxjc0nrsvvg-label" class="bx--label">Dropdown label</span> <div class="bx--form__helper-text">Optional helper text here; if message is more than one line text should wrap (~100 character count maximum)</div> <div data-dropdown data-value class="bx--dropdown bx--dropdown--invalid bx--dropdown--up bx--dropdown--light" data-invalid> <button class="bx--dropdown-text" aria-haspopup="true" aria-expanded="false" aria-controls="example-uxjc0nrsvvg-menu" aria-labelledby="example-uxjc0nrsvvg-label example-uxjc0nrsvvg-value" type="button"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--dropdown__invalid-icon" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 1C4.2 1 1 4.2 1 8s3.2 7 7 7 7-3.1 7-7-3.1-7-7-7zm-.5 3h1v5h-1V4zm.5 8.2c-.4 0-.8-.4-.8-.8s.3-.8.8-.8c.4 0 .8.4.8.8s-.4.8-.8.8z"></path><path d="M7.5 4h1v5h-1V4zm.5 8.2c-.4 0-.8-.4-.8-.8s.3-.8.8-.8c.4 0 .8.4.8.8s-.4.8-.8.8z" data-icon-path="inner-path" opacity="0"></path></svg> <span class="bx--dropdown-text__inner" id="example-uxjc0nrsvvg-value"> Dropdown option </span> <span class="bx--dropdown__arrow-container"> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="bx--dropdown__arrow" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7z"></path></svg> </span> </button> <ul class="bx--dropdown-list" id="example-uxjc0nrsvvg-menu" role="menu" tabindex="0" id="example-uxjc0nrsvvg-menu" aria-hidden="true" wh-menu-anchor="left" aria-labelledby="example-uxjc0nrsvvg-label"> <li data-option data-value="all" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="true" id="example-uxjc0nrsvvg-item0">Option 1</a> </li> <li data-option data-value="cloudFoundry" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-uxjc0nrsvvg-item1">Option 2</a> </li> <li data-option data-value="staging" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-uxjc0nrsvvg-item2">Option 3</a> </li> <li data-option data-value="dea" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-uxjc0nrsvvg-item3">Option 4</a> </li> <li data-option data-value="router" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-uxjc0nrsvvg-item4">Option 5</a> </li> <li data-option data-value="loremipsum" class="bx--dropdown-item"> <a class="bx--dropdown-link" href="javascript:void(0)" tabindex="-1" role="menuitemradio" aria-checked="false" id="example-uxjc0nrsvvg-item5">An example option that is really long to show what should be done to handle long text</a> </li> </ul> </div> <div class="bx--form-requirement"> This is not a validation message </div> </div> </div>