Details
Description
<input type="number" > will reject fractional decimal numbers (such as 2.2) if the step value is not specified since an integer step value is the default on chrome. The step attribute is required (set to "any" in this case) to allow the number to be accepted.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35194 | Tue May 21 10:46:06 MDT 2013 | ted.goddard | added step value for JSP to allow fractional decimals ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/icemobile.tld
MODIFY /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/inc/inputtext-content.jsp MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/InputTextTag.java |