Opened 8 years ago
Closed 8 years ago
#16479 closed defect (invalid)
Number text box converts very small value numbers into exponential form and displays field error
Reported by: | simply_vignesh | Owned by: | simply_vignesh |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A number text box is used and say we use constraints to allow range values from 0 to 10. The value may contain upto 8 decimal places. Enter any small number with more than 6 decimal places. e.g. 0.00000001
Now you can notice that the value is converted into exponential form. This entry becomes an invalid value for the number text box
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from Douglas Hays to simply_vignesh |
---|---|
Status: | new → pending |
comment:2 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please attach a testcase. I used
constraints: {min:0,max:10,places:"0,8",fractional:[true,false]}[[BR]] and there were no issues.