-
Notifications
You must be signed in to change notification settings - Fork 169
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
Taginput: cannot add items on mobile #595
Comments
Works fine for me on android with mobile chrome browser. |
Actually, I just noticed that pressing comma does nothing, but pressing enter takes me to the next input field in the page. |
Yes, pressing enter on an autocomplete component (internally Inputitems is an autocomplete component) on a mobile agent changed the focus to the next input, even on Any idea how to prevent the focus swith on mobile? |
I might be totally off tracks here, but could this be related to the https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint The current behaviour is as if enterkeyhint was set to This SO comment says :
|
Overview of the problem
Oruga version: [0.6.0]
Vuejs version: [3.2]
OS/Browser: android + chrome/vivaldi
Description
I encountered a problem in one of my apps lately :
I can't add new items (only on mobile) etither by pressing enter or comma on the keyboard.
I can't tell when the problem started.
The problems only happens with chrome and chrome derived browsers (I tested with chrome and vivaldi on mobile and both fail.)
With firefox the component works as expected and I can add items.
Steps to reproduce
I can reproduce the same issue on the oruga documentation page.
If I visit this page on mobile : https://oruga.io/components/inputitems.html
I reproduce the same issue on the sample called "autocomplete", I tick the "allow new items" input and type something then press enter or comma, no item is added.
The text was updated successfully, but these errors were encountered: