-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
5.0.8
-
None
-
Windows 7, Tomcat.
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