Hi, I want to use attributedString in a TextField which is without any value. My problem is what text I have to use for that? I can't pass just empty string... Do I have to check it in 'change' event listener and then set up attributedString property? That's terrible...
↧