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

for sl-select, when specifying pill shape, the sl-options should really be pill shaped as well #1117

Closed
claviska opened this issue Jan 9, 2023 Discussed in #1116 · 0 comments

Comments

@claviska
Copy link
Member

claviska commented Jan 9, 2023

Discussed in #1116

Originally posted by ddworkin January 9, 2023
When doing something like the following:

  <sl-select placeholder="Select one" pill multiple>
    <sl-option value="option-1">Option 1</sl-option>
    <sl-option value="option-2">Option 2</sl-option>
    <sl-option value="option-3">Option 3</sl-option>
  </sl-select>

the select control is pill-shaped, but the selected options are rectangular. It works, but doesn't look great (at least for the first option)

image

I'd think the options should be pill shaped as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant