Sep 6, 2018 · 1 min read
Awesome tutorial but what if that total price field also needed validation for something else? I have a form that includes 2 fields for min and max values. I need to check they are not empty, values are between 0 and 1 AND that the max is greater than min. Do you happen to know how you would approach that?