I am receiving some data from web server with unicode characters as below:-
> á à é è í ì ò ó ù ú
I need to set this value in ion-textarea. I try with [innerHTML], this looks fine but not working as value.
How can I show this properly?
1 post - 1 participant