I'm trying to get bold specific text, inside an input text field. I'm not sure how to go about it since html code isn't interpreted inside a text field, so anything like <b>
won't work. Is it possible to bold just some text? Methods like bold() only add <b>
around the string.
Thanks