I am looking for advice what component should I use for my needs that are as follows:
I want simple single-line edit box that allows user to enter text and when this edit component has focus, all text should be formatted same way (one font, one color,...)
But when the input component lose its focus, I want to "process" its text and (if apply), some part(s) of that text to display in different formating (let's say a gray color instead of standard black).
Is there some existing component to reach such target, or is there some simple code/solution to get such behavior?