Appears that the NumberField doesn't handle comma's as first character of the field and causes values to become unreadable. ### Expected Behaviour Sets value to last value ### Actual Behaviour Values displayed are unreadable ### Reproduce Scenario (including but not limited to) Entering `,` as the first character in the NumberField #### Steps to Reproduce * Select a number field on https://react-spectrum.adobe.com/react-spectrum/NumberField.html * Enter a numeric value in the field * Click outside the field * Clear the field, enter `,` character * Click outside the field or stepper * Field value displays unreadable characters #### Platform and Version Any browser #### Logs taken while reproducing problem None