Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete area not showing up when pasting text from clipboard #78

Closed
isra00 opened this issue Aug 20, 2021 · 3 comments
Closed

Autocomplete area not showing up when pasting text from clipboard #78

isra00 opened this issue Aug 20, 2021 · 3 comments

Comments

@isra00
Copy link

isra00 commented Aug 20, 2021

output

As you can see, the autocomplete area shows up only after changing the text through the keyboard (in this case adding and then removing a space).

This happens on Chrome/Android, but not on Firefox/Android, where it shows up properly.
On desktop (Windows) it works in both browsers (last versions).
Thank you!

@tomickigrzegorz
Copy link

It works on firefox/android I tested.

@stale stale bot added the wontfix label Jan 2, 2023
Repository owner deleted a comment from stale bot Jan 2, 2023
@stale stale bot removed the wontfix label Jan 2, 2023
@ofrias
Copy link

ofrias commented Jan 16, 2023

Once the special Firefox Mobile code is removed, both Chrome and Firefox on Android will exhibit this issue.
You can reproduce the issue on desktop too, as long as you paste the text using the mouse right button (instead of CTRL+V, which fires the keyup event).
It seems that the input change event should be handled too, in addition to keyup.

@denis-taran
Copy link
Owner

denis-taran commented Feb 7, 2023

This issue should be fixed in the last version:

npm install autocompleter@8.0.0-alpha.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants