How to dynamically change font size of text box
Hi,
I'm trying to change the font size of the text box label using custom CSS. So whenever a user enters something into the text box, the custom CSS class will be changed using the expression function.

This is for one text box widget. If I want to use more than 20 text boxes, I need to create 20 expressions to validate/change the custom CSS class.
Is there some efficient way to achieve this requirement instead of creating multiple expression functions
Regards,
VR

