esaude / mental-health

Apache License 2.0
1 stars 1 forks source link

Commas not allowed in 'type=number' fields, but that may be problematic especially for height and weight fields. #56

Closed jsibley closed 6 years ago

jsibley commented 6 years ago

Is there a way to fix without changing the datatypes? Change to 'type=text' and convert any commas to periods before submitting?

jsibley commented 6 years ago

Adding 'step' attribute fixes it, but see issue #32 for work needed to get the values to re-populate on view/edit.