-
Updated
Dec 22, 2021 - JavaScript
dropdown
Here are 667 public repositories matching this topic...
-
Updated
Mar 12, 2022 - TypeScript
-
Updated
Mar 10, 2022 - TypeScript
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
Dec 10, 2021 - JavaScript
-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Mar 11, 2022 - TypeScript
-
Updated
Apr 12, 2019 - Objective-C
-
Updated
Mar 1, 2022 - JavaScript
Hey there maintainers :)
First of all, thank you very much for this library! It has really made the difference for me and my company on how focused and reliable it is, specially compared to other "tooltip/popovers" libraries.
In the product I'm working on, I have recently come up with several use cases where I needed to use tooltips for markers in a google maps instance.
It was all good for
-
Updated
May 6, 2020 - JavaScript
-
Updated
Mar 31, 2019 - Swift
-
Updated
Jun 4, 2021 - Java
-
Updated
Sep 7, 2020 - Objective-C
-
Updated
Jul 28, 2021 - JavaScript
-
Updated
Nov 8, 2021 - Swift
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Oct 31, 2019 - HTML
-
Updated
Mar 7, 2022 - TypeScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Feb 26, 2022 - Vue
Improve this page
Add a description, image, and links to the dropdown topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dropdown 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