I set a state “touched”, type yes/no on my mandatory inputs on a form, whenever the input is clicked, it turns my state to “yes”. Then on the properties of my input I set a the conditional This input’s touched is yes and this input’s value is empty and this input’s isn’t focused → set the borders to red. Whenever the user clicks on an input and doesn’t fulfill it works. but if the user use Tab to move on to next field it doesn’t. Is there a way that, if the user uses Tab it takes into account as click?