dojo - 100 is showing as 10,000% NumberTextBox -
i set constraint use type set percent, value of 100 showing 10,000% once numerictextbox renders
<div id="percentage" data-dojo-type="ourcompay.numbertextbox" data-dojo-props="constraints:{type: 'percent'}" title="percentage" required="true"></div>
not sure fix this. bug dojo or i'm not doing right? not quite sure.
i assume given percentage representation of amount of in hundreths of unit it's doing intends - i.e. if supplying value of 100 , expecting mean 100% you're not understanding percentages are.
1 100%.
Comments
Post a Comment