question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mobile Issue | spinner does not showing

See original GitHub issue
  • vue-autosuggest version: 1.8.3
  • node version: v8.11.2
  • npm (or yarn) 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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
darrenjenningscommented, Apr 24, 2019

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):

npm install vue-autosuggest@2.0.0-beta.7

this version removes internal v-model in favor of @input and :value as @rangermeier points out. Hopefully this helps: https://codesandbox.io/s/2vr87nyvkp

0reactions
ahsansalaldahacommented, Apr 24, 2019

Thank you so much Rupert for the kind information.

On Wed, 24 Apr 2019, 3:58 pm Rupert Angermeier, notifications@github.com wrote:

Some more insights: This is caused by vuejs/vue#9777 (comment) https://github.com/vuejs/vue/issues/9777#issuecomment-478831263

On mobile phones the keyboard is in composing mode while typing a word, which prevents v-model to fire.

If we want to get notified after each keystroke we’d have to use .

Not 100% sure as I don’t have any experience with languages that use composition but I assume eager updating would be generally the desired behavior for an autosuggest widget.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/darrenjennings/vue-autosuggest/issues/106#issuecomment-486175084, or mute the thread https://github.com/notifications/unsubscribe-auth/ACBRNME3KLHDGA6KRZF56N3PSA4L3ANCNFSM4HHW43AA .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found