Hi,
How can I change the border color of a specific input component ?
I need to do this to indicate which required fields aren't correctly filled in,
so the border color has to change when a button is clicked.
Appery('nameofcomponent').css('border','#ff0000); doesn't do it