I have a if statements that I am struggling with and are not giving me the behavour I want.
I am trying to show a text when the user input in a field is not up to the requirement of minimum 3 characters. The text trickers if I have entered 1-2 characters, but not if the if the input field is empty. I am expecting that if the input field is empty it returns a string of “” -meaning it is 0 characters long?