You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a dropdown with prop editable, when using mobile vue (devtool) or on a Samsung phone; the selected option text cannot be modified or doesn't respond all the time to keyboard inputs.
Before an option is selected, the empty field is responding correcly to keyboard inputs.
I noticed depending the browser, adding text at the end works but not in the middle. Deleting text not working partially or at all.
View page on mobile mode.
Select an option.
Try modifying the text in the field. Depending on browser, you can't delete text or modify it partially or at all.
Expected behavior
The text field is writable and deletable in mobile the same way it is on pc.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using a dropdown with prop
editable
, when using mobile vue (devtool) or on a Samsung phone; the selected option text cannot be modified or doesn't respond all the time to keyboard inputs.Before an option is selected, the empty field is responding correcly to keyboard inputs.
I noticed depending the browser, adding text at the end works but not in the middle. Deleting text not working partially or at all.
Reproducer
https://github.com/Yves852/primevue3.47.2-dropdown-mobile-editable
PrimeVue version
3.47.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Chromium 120.0, Firefox 121.0, Chrome 120.0 (mobile), Firefox 122.0 (mobile)
Steps to reproduce the behavior
View page on mobile mode.
Select an option.
Try modifying the text in the field. Depending on browser, you can't delete text or modify it partially or at all.
Expected behavior
The text field is writable and deletable in mobile the same way it is on pc.
The text was updated successfully, but these errors were encountered: