AMO-Tools-Desktop icon indicating copy to clipboard operation
AMO-Tools-Desktop copied to clipboard

Using HTML's "min" and "max" INSTEAD of validation

Open koay9f opened this issue 3 years ago • 1 comments

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.

koay9f avatar Jul 11 '22 16:07 koay9f

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.

nbintertech avatar Apr 07 '24 16:04 nbintertech