While I work with nativescript sample code, 'Groceries(angular version)', I found a strange error. When I enter some groceries in Korean, last letter of the word that I just entered appeared to have broken. And you can see the result in a screenshot below.
However, the problem was not reproduced when I changed tags to tags. This time, everything was all right. And you can still check this out in a screenshot below.
Below one is package.json file of the 'Groceries' sample code that I tested. I guess this is a bug just related to Korean. In English, I wasn't able to see such a bug.
Bug occurrence condition : [(ngModel)] + TextField + Korean input + IOS + Groceries appsupplement : I've tested the issue in other projects, and I was able to see the same error, but after the macOS update released today(2018.6.5), the problem was solved for those projects. But, oddly, the grocery app still reproduces the error. => It was my mistake. the problem still arise in all projects. OS update wasn't related to the error.
I'm making a project with nativescript-vue and have created it with sidekick.
I've been facing in the same problem since I started my project like @Ross-Jo .
I really wonder how it is going on this problem!
While I work with nativescript sample code, 'Groceries(angular version)', I found a strange error. When I enter some groceries in Korean, last letter of the word that I just entered appeared to have broken. And you can see the result in a screenshot below.
However, the problem was not reproduced when I changed tags to tags. This time, everything was all right. And you can still check this out in a screenshot below.
Below one is package.json file of the 'Groceries' sample code that I tested. I guess this is a bug just related to Korean. In English, I wasn't able to see such a bug.
Bug occurrence condition : [(ngModel)] + TextField + Korean input + IOS + Groceries app supplement :
I've tested the issue in other projects, and I was able to see the same error, but after the macOS update released today(2018.6.5), the problem was solved for those projects. But, oddly, the grocery app still reproduces the error. => It was my mistake. the problem still arise in all projects. OS update wasn't related to the error.