-
Updated
May 4, 2022 - JavaScript
select
Here are 877 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
May 4, 2022 - TypeScript
Describe the bug
When rendering a simple input field with Choices.js
it generates multiple HTML validation errors.
To Reproduce
Steps to reproduce the behavior:
- Add a simple input field.
<input type='text' class='js-choice' />
- Add the provided JS code from the documentation.
const element = document.querySelector('.js-choice');
const choices = new Choices(elemen
-
Updated
May 5, 2022 - JavaScript
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
Apr 28, 2022 - Vue
-
Updated
May 9, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 23, 2022 - TypeScript
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
-
Updated
Dec 29, 2021 - Objective-C
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 4, 2022 - JavaScript
-
Updated
Apr 29, 2022 - Vue
-
Updated
May 9, 2022 - JavaScript
-
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