How can the focus state of a textfield be controlled in NativeScript? I would like to change its style when a user taps into it and begins typing, such as altering the border or background. Is there a way to achieve this using only CSS or by adding a stylable class?
Your help is greatly appreciated.