I created a number input in JavaScript. However, it does not allow the first character to be either a decimal point or a negative sign. How would I allow this? Thanks.