This question is locked. New answers and comments are not allowed.
Hi,
There is a bug in the NumericTextBox which manifests while in browser's print preview, when the browser is set not to display the background images and colors.
Both the input text and the text in the div.t-formatted-value are displayed and when formatting is applied, the texts mix and they are not readable.
I've made a workaround, by hiding the input and by removing the border.
#input-fields .t-numerictextbox .t-input {visibility: hidden !important;}
#input-fields .t-widget, #input-fields .t-input {border: none !important;}
There is a bug in the NumericTextBox which manifests while in browser's print preview, when the browser is set not to display the background images and colors.
Both the input text and the text in the div.t-formatted-value are displayed and when formatting is applied, the texts mix and they are not readable.
I've made a workaround, by hiding the input and by removing the border.
#input-fields .t-numerictextbox .t-input {visibility: hidden !important;}
#input-fields .t-widget, #input-fields .t-input {border: none !important;}