Changes between Initial Version and Version 5 of Ticket #18260
- Timestamp:
- Sep 10, 2014, 11:20:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18260
- Property Cc cjolif Terence Kent added
-
Ticket #18260 – Description
initial v5 3 3 Our constraints is set as following: 4 4 5 {{{ 5 6 data-dojo-props="constraints: 6 7 { … … 9 10 pattern: '##0.##' 10 11 }, 12 }}} 11 13 12 14 With dojo 1.8 and 1.9 I can enter a values of 5,88 and have it accepted. When changing to dojo 1.10, the input of 5,88 is rounded up to 6 when focus is lost. … … 14 16 Here's a complete example : 15 17 18 {{{ 16 19 <!DOCTYPE html> 17 20 <html> … … 49 52 </body> 50 53 </html> 54 }}}