svelte-multiselect icon indicating copy to clipboard operation
svelte-multiselect copied to clipboard

`<input>` unnecessarily increases Multiselect width

Open egdegauperaa opened this issue 2 years ago • 1 comments
trafficstars

In the project I'm working on we have a few places where only 1 selection is to be made (maxSelect is 1). After making the selection the <input> unnecessarily takes up space, which makes CSS work harder when trying to fit everything, so I'm proposing that it is omitted in that case. I'm creating a PR for this (yay, my first code contribution to an open source project ever!).

egdegauperaa avatar Nov 23 '22 15:11 egdegauperaa

Not a bad idea.

trasherdk avatar Dec 09 '22 13:12 trasherdk