These would make it a default assumption that a text box, select box, and date input are all valid if they have some text in them. It would also expose a few variables such as a @filled regex as well as today's date and the current time. Other defaults may need to be set for other inputs.
It would be beneficial to have some rules that are automatically added to any Uniform script to make things easier. This might include:
These would make it a default assumption that a text box, select box, and date input are all valid if they have some text in them. It would also expose a few variables such as a
@filled
regex as well as today's date and the current time. Other defaults may need to be set for other inputs.