-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add minSelect prop #166
Add minSelect prop #166
Conversation
for more information, see https://pre-commit.ci
@janosh I'm not sure why the tests are failing, but they were successful earlier... and are always failing locally. Something's fishy Any ideas? |
Error: Cannot find module '/home/runner/work/svelte-multiselect/svelte-multiselect/src/options' imported from /home/runner/work/svelte-multiselect/svelte-multiselect/tests/multiselect.test.ts pre-commit.ci: - hook id: codespell - exit code: 65 src/options.ts:61: FO ==> OF, FOR, TO, DO, GO src/options.ts:61: RO ==> TO, ROW, ROB, ROD, ROE, ROT
As described here: janosh#163 (comment)
for more information, see https://pre-commit.ci
@janosh I changed the name and functionality according to your recommendations :) PS: Today is the last day of our Scrum sprint, so hopefully we can get this merged within the day :D |
Thanks, great work! 👍 Will be released as v8.1.0 in a few mins. |
Thanks for the help with the PR, and the quick release! Cheers 🥂 |
Fixes #163
Wasn't able to make tests because of #164