Ticket #236 (closed defect: fixed)
integer field gets formatted with comma in IE
| Reported by: | sdm | Owned by: | freya |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4 |
| Component: | modules/kauri-forms | Version: | trunk |
| Keywords: | Cc: |
Description
Integer fields in a form get formatted with a comma in IE:
'id' : {
base: 'integer'
}
Example id '5':
Result in FF: 5
Result in IE: 5,00
Change History
comment:1 in reply to: ↑ description Changed 4 years ago by sdm
Note: See
TracTickets for help on using
tickets.
This bug is probably also the reason why the dblselect-control with integer values doesn't work in IE.