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

Keyboard-friendly, accessible and highly customizable multi-select component

Results 24 svelte-multiselect issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/mirrors-eslint: v9.0.0-beta.2 → v9.0.0-rc.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-beta.2...v9.0.0-rc.0)

When importing the component I get below output from npm: ``` ERROR in ./node_modules/svelte-multiselect/dist/index.js 5:0-24 .Module not found: Error: Can't resolve './types' in '/var/www/html/orodata-website/node_modules/svelte-multiselect/dist' Did you mean 'types.js'? BREAKING CHANGE:...

awaiting user
needs repro

It looks as Tailwind CSS dark mode styles cannot do anything when passed as props. For instance: ``` ... ``` the `dark:` does not affect the component CSS style. Also,...

bug
style

## Repro - Svelte 5 Repro broken: https://stackblitz.com/edit/github-y3fhqr?file=package.json - Looks like the event attributes must be functions, not strings, i.e. - Not `ondrop="return false"`, but `ondrop={() => false}` ![image](https://github.com/janosh/svelte-multiselect/assets/7415984/7d84ac17-8be1-4fbd-bedb-4dbbb42b542a) ##...

awaiting upstream
pkg

The component forwards change events from its input. Those events don't conform to the change event type definition. ## Repro Steps to reproduce the problem: 1. Add a change handler...

docs
good first issue
discussion

Hi there again, This is a follow-up to [this issue](https://github.com/janosh/svelte-multiselect/issues/264) that began to get me closer to the UX I'm trying to achieve, but there still remains a bit of...

bug

### Discussed in https://github.com/janosh/svelte-multiselect/discussions/262 Originally posted by **igorlanko** September 11, 2023 It might be useful if you want to modify the list of tags by POSTing a request to create...

enhancement

When I try to provide border styles for the outer div, they are overriden by Multiselect's styles. I didn't find any prop that would explicitly declare to use user-provided styles....

bug
DX
style

Perhaps just me not understanding something fundamental. But I am yet to find a way to force a svelte-multiselect box to stay a fixed size. I see in examples like...

DX
style
discussion

When I am styling something with the tailwind, a lot of built-in CSS has higher priority and I am not being able to tweak it properly. I see 2 solutions:...

good first issue
DX
style