Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
Description
The issue is similar to WICKET-3591 but its fix doesn't help when the model object of the NumberTextField is a BigDecimal because BigDecimalConverter#convertToString() produces something like "123, 456, 789" and this is not supported by <input type="number">'s spec: http://dev.w3.org/html5/markup/datatypes.html#common.data.float.
Attachments
Attachments
Issue Links
- is related to
-
WICKET-3591 NumberTextField and RangeTextField should always render/parse its value with English locale
-
- Resolved
-