Which is the best way to use a UltraNumericEditor with a MaskInput value of 'nnn,nnn.nn' in such a way that when editing a value of 0.00, the zero at the left of the decimal separator will not appear? Do I need to use a different MaskInput? I tried '#.nn' and '###,###.nn', but the behaviour of the editor is not acceptable.
Example:
Editor has value of 0.00; user clicks on editor, entering in edit mode; the editor has the curret at the left of the decimal separator, visible "text" is '.00'
Editor has value of 1.00; user clicks on editor, entering in edit mode; the editor has the curret at the left of the one, visible "text" is '1.00'
Hello hlink,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.