On-input test: Input must consist of only plus, minus, digits and decimal separators
On-submission test: Input must be a valid floating point number with a decimal separatorIssue: In the first case, a 'decimal separator' is equivalent to a period. In the second case a 'decimal separator' is locale dependent, i.e. a comma in Norway
(
Read more... )