AMO-Tools-Desktop
AMO-Tools-Desktop copied to clipboard
Using HTML's "min" and "max" INSTEAD of validation
There are places that use "min" and "max" in the HTML for the field and that does weird things with the up/down arrow functinoality. Also, we might be using that instead of validation which would be bad b/c I can always directly enter something instead. Find and squash.
I think this might actually be referring to the 'step' attribute. We still need to remove min/max and ensure validation is being taken care of by an existing angular validator or add one.