To demo a quasar2 Q-input issue with Japanese IME on Android system.
This issue happens only if ALL the following conditions are true.
- Q-input inside Q-page element, which is enclosed by Q-page-container then Q-layout.
- Q-input has validation rules
- Android phone
- Screen in portrait mode
- Japense IME input SW keyboard
When all above are true, the keyboard inputs are always automatically cleared during composition, thus nothing left.
- Open browser app on Android phone
- Visist https://xiaoxiao99.github.io/quasar2-input-issue/index.html
- Switch input method to Japanese IME
- Focus on input "w/o validation", type anything, no issue observed.
- Focus on input "w/ validation", type something, the issue can be observed.
Here is a video of screen capture
demo.mp4
The same code can be played with codepen here. https://codepen.io/xiaoxiao22/pen/jOZQQzL