Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/components/six-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ To allow multiple options to be selected, use the `multiple` attribute. It's a g

With the prefix and suffix slots you can display icons in the menu items.

.demo-multiple-icons six-menu-item::part(base) { display: flex; align-items: center; }

<docs-demo-six-select-9></docs-demo-six-select-9>

```html
Expand Down
6 changes: 0 additions & 6 deletions libraries/ui-library/src/components/six-select/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ <h3>Multiple</h3>

<h3>Multiple with Icons</h3>
<p>With the prefix and suffix slots you can display icons in the menu items.</p>
<style>
.demo-multiple-icons six-menu-item::part(base) {
display: flex;
align-items: center;
}
</style>
<section class="demo demo-multiple-icons" style="width: 300px">
<six-select filter placeholder="Select a few" multiple clearable>
<six-menu-item value="option-1"
Expand Down