fix(VCombobox): mobile browser UX issue on focus#18090
fix(VCombobox): mobile browser UX issue on focus#18090shiouming wants to merge 1 commit intovuetifyjs:v2-stablefrom
Conversation
|
preventDefault on contextmenu seems to stop this on android |
|
@KaelWD What is your take? Remove the auto text selection or leave the auto contextmenu popup as default behaviour? By the way, do you know why in v3 this auto text selection behaviour is not happening? Was it intentionally removed or just pending for implementation? |
|
You could probably only prevent it if the field was just focused.
Dunno, could have just been an oversight. |
c269921 to
913f886
Compare
fixes #13562
Description
This auto input text selection feature seems have been removed from v3. I'm unable to reproduce it in v3. This PR is only for v2.
Refer discussion #13562 for more background. Another dev reported this issue on iOS Safari.
Markup: