feat: TextField issue with vietnamese keyboard layout on iOS#9037
feat: TextField issue with vietnamese keyboard layout on iOS#9037ngocnt1 wants to merge 2 commits into
Conversation
|
I'm worried about side effects of this change - We'll have to do a bit more testing around this to make sure. |
|
@rigor789 |
<TextField updateTextTrigger="focusLost"/>Is what I meant, it's the value that's being read in: if (this.updateTextTrigger === 'focusLost') { |
if so, we have to add that "updateTextTrigger" attribute for case by case, i don't think it help to fix the root issue. Vietnamese keylayout was added to MacOS,iOS, Windows, |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
PR Checklist
What is the current behavior?
See details in #8446
What is the new behavior?
works as expected, see details in #8446
Fixes/Implements/Closes #8446.