- ,In a form I ,there is a text input field in that field user are able to enter numbers only,if they enter alphabets and special characters the text input will become red,if they enter number it will in default white colour.
I tried this validation in fill property of text input If(IsMatch(Datacardvalue.text,Match.MultipleDigits),RGBA(255,255,255,1),RGBA(255,85,85,0.5))