Allow negative sign in number field
Simple change to the regex to allow negative numbers
it makes sense that the number field should allow negatives, though i'd really like to see an option that could be passed (in my case, i only want >= 0)
Would it make sense to have both of these things as validators?
Yeah that makes sense. Also please make changes to the src rather than distribution files in pulls
This would also solve the problem that when entering a negative number using the HTML5 spinners the input field becomes unusable (e.g. cannot type in it unless negative sign is removed again).
Can this change be made in the src folder rather the the dist ?
~~It should have been fixed by #403~~ Edit: sorry, didn't realize that it's not about the validator.