-
Updated
Mar 11, 2022 - JavaScript
select
Here are 861 public repositories matching this topic...
Hi there, i have a problem while using vue-multiselect
, i use nuxtjs
, and vue-multiselect v2.1.6
and the problem or bugs i found is :
i got an error when i focused / open the select option this multiselect, and then try to redirect to previous page using back button in my chrome, the error message is :
Cannot read property 'blur' of undefined
the only thread i found for fixing my
-
Updated
Feb 21, 2022 - TypeScript
Describe the bug
The demo page should be check for color contrast and have accessibility issues fixed.
To Reproduce
If you go here joshuajohnson.co.uk/choices/
Run https://wave.webaim.org/ on it and you see a great many contrast errors because of the painful choice of colors.
Expected behavior
There should be clear and readable. Should comply with https://webaim.org/articl
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Feb 16, 2022 - Vue
-
Updated
Mar 11, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Dec 29, 2021 - Objective-C
-
Updated
Jan 8, 2022 - Python
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Feb 26, 2022 - Vue
-
Updated
Nov 27, 2021 - C++
Improve this page
Add a description, image, and links to the select topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the select topic, visit your repo's landing page and select "manage topics."
This is a question/request, but I am happy to try to contribute if you can point me in the right direction :)
I notice when using
useSelect
, if I have a number of entries in the Select dropdown like "San Francisco", "San Diego", and "San Antonio", If I type "San F", it doesn't select the appropriate entry because the space key causes the dropdown to close. So - is there a way to prevent this