• NumberTextBox

    By Paul S Withers 1 decade ago

    Using the xe:djNumberConstraints, if type property is set to "scientific" the javascript error "exponential notation is not supported" is thrown. It looks like this may be a Dojo bug which has not been fixed - I found this ticket http://bugs.dojotoolkit.org/ticket/9126. This entry suggests it's not yet supported http://bugs.dojotoolkit.org/changeset/20137. I'm getting this with 8.5.3 CD5 and Dojo 1.5.0. Is it worth removing that option from the drop-down list until it's supported?

    Type="currency" also has no effect on the NumberTextBox. I presume the property list is shared by both this control and the CurrencyTextBox, but is there any way to alert the developer to this?

    Also, CurrencyTextBox has the "constraints" property categorised under the "data" heading, whereas NumberTextBox and SpinnerTextBox have it categorised under dojo-widget. Is it better to categorise them the same for all three related controls?

    • Ignore Scientific comment

      By Paul S Withers 1 decade ago

      Hovering on the type label I see there is already a comment about it being unsupported, please ignore that one.