Skip to content

Commit

Permalink
Remove clearable button - this allows more room for the option text
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Sep 21, 2023
1 parent 2c8ffa8 commit 8f544d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const multiselect = ({
placement="${ifDefined(placement)}"
hoist
multiple
clearable
>
<sl-icon slot="expand-icon"></sl-icon>
${options.map(o => multioption(o))}
Expand Down

0 comments on commit 8f544d8

Please sign in to comment.