New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InputText and TextBlock work incorrectly with Unicode characters (Emoji, for example) #8822
Comments
The issue is due to these lines:
in textBlock.ts Javascript has an issue with unicode, but it seems like |
Unfortunately the fix won't be trivial because There are other locations where we will have to perform some changes: Targeting |
Yep, just realized that as well. So, not trivial :-) we won't target es6 only (especially due to our UMD module) |
Array.from does the job, but sadly not available in IE11. so I had to keep the old code for back-compat |
Nice! Note that there are also some problems with the |
Link on the forum
Repro
Screenshots

Desktop:
The text was updated successfully, but these errors were encountered: