Hello,
I have an issue I am experiencing with the numeric textbox when I am attempting to display 9 decimal places with the markup snippet below.
I get 9 decimal places when editing the textbox as show in the attachment "capture" however when I am not actively editing it the textbox is rounded to 2 decimal places as shown in the attachment "capture2". I am looking to always have the field display 9 decimal places does anyone have any suggestions?
I have an issue I am experiencing with the numeric textbox when I am attempting to display 9 decimal places with the markup snippet below.
<input data-role='numerictextbox' data-format='n9' data-min='0' data-decimals='9'
I get 9 decimal places when editing the textbox as show in the attachment "capture" however when I am not actively editing it the textbox is rounded to 2 decimal places as shown in the attachment "capture2". I am looking to always have the field display 9 decimal places does anyone have any suggestions?