-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Normal
-
None
-
Affects Version/s: 5.0.8
-
Component/s: Components
-
None
-
Environment:
Windows 7, Tomcat.
-
None
setLocale method does not format the given input value. Test ZUL:
<zk> <grid width="600px"> <rows> <row> <label value="Decimalbox" /> <decimalbox locale="en_US" format="#,##0.##" value="1234567890.09" width="200px" /> </row> <row> <label value="Integerbox" /> <intbox locale="en_US" format="#,##0" value="1234567890" width="200px" /> </row> <row> <label value="Doublebox" /> <doublebox locale="en_US" format="#,##0.##" value="1234567890.09" width="200px" /> </row> </rows> </grid> </zk>
- relates to
-
ZK-500 Add a default format for NumberInputElement when the locale is specified
-
- Closed
-