mskocik / svelecte

Flexible autocomplete/select component written in Svelte,
https://svelecte.vercel.app
MIT License
471 stars 43 forks source link

Options don't appear when typing (mobile / firefox) #208

Closed maxkozlowski closed 9 months ago

maxkozlowski commented 1 year ago

When you try to type in something on mobile/firefox, options won't appear. This effectively means that you can only select from the list but search is unusable. The issue is present for example on the svelecte website: https://mskocik.github.io/svelecte/

I have checked whether this issue is present on chrome - it isn't. On chrome it works as expected.

See an example below: svelecte

mskocik commented 1 year ago

I can't reproduce it, works for me on FF Screenshot_20231105_145517_org.mozilla.firefox_beta.jpg

mskocik commented 1 year ago

There is definitely room for improvement on mobile as we discussed previously in #197.

Note for myself: There are weird issues with backspace eating presses.

maxkozlowski commented 1 year ago

Thanks for checking! Sorry you couldn't reproduce the issue. Is there any way I can help with understanding this? If that helps I can try some other mobile devices too and see if the issue persists.

mskocik commented 1 year ago

No need, I have access to browserstack - so I can test it myself. Btw what mobile Firefox are you using? I am using Firefox Beta app.

maxkozlowski commented 1 year ago

Thanks! I've checked on both Firefox and Firefox Beta (and the issue persists across both).

github-actions[bot] commented 12 months ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 3 days.