How to show text only when a particular input is in focus?

i want to add a hint below each blank in my form but dont want it to show until that particular blank is in focus.

I’d do a component, it’s the simplest way. You can store the logic as a component variable and manipulate it on focus.