Hi. I am using a short free text and using this regular expression as validator: /^[0-9]{8}$/
So, when I enter a group of numbers as 01234567 (8 digits) I see the danger text red color but not turns to green color. But I can step. Maybe this is a bug or please tell me what shall I do to fix this, so when I enter a number beginning with 0 and complete 8 digits (for example: 07654321), this red color turns green color.