Mobile Issue | spinner does not showing
See original GitHub issuevue-autosuggest
version: 1.8.3node
version: v8.11.2npm
(oryarn
) version: 5.6.0
What you did: Implemented auto suggest in my project. working flawlessly except mobile.
What happened:
Spinner not showing after typing
Problem description: Does not show the spinning after a user typed something unless he taps out of the field.
Suggested solution: not sure
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Spinner is not showing when using in Android - Stack Overflow
I am creating a Phonegap/Jquery Mobile App in Android using a WebViewClient and when user clicks on the button I want to show...
Read more >Fix "Fidget Spinner" App Loading Problem In Android Phone
... Problem In Android Phone - Solve Fidget Spinner Not Loading Issue In this video, i will show you How To Fix "Fidget...
Read more >Spinner Prompt Message not showing in Add Beneficiary #806
Summary: Spinner Prompt Message not showing in Add Beneficiary. Steps to reproduce: Go to Beneficiary > Click FAB > Click Add
Read more >lightning spinner not covering the full screen in mobile view
I think the lightning spinner is supposed to cover the full screen without adding any class. By default, its position is set to...
Read more >Blink App Issues
If the Blink app stalls, shows a spinner, or is not responding, you can take the following steps to... Mobile Devices Not Connecting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This seems like a duplicate of https://github.com/darrenjennings/vue-autosuggest/issues/70. Please try beta version (which is very stable, just working on some more things before I release as
2.0
officially):this version removes internal v-model in favor of
@input
and:value
as @rangermeier points out. Hopefully this helps: https://codesandbox.io/s/2vr87nyvkpThank you so much Rupert for the kind information.
On Wed, 24 Apr 2019, 3:58 pm Rupert Angermeier, notifications@github.com wrote: