Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
How to make numeric entry widget non-editable?
Solved! Go to Solution.
Hi @AP_10343008
.disableNumericEntry .widget-numericentry {
pointer-events : none;
}
Set TabSequence to -1
/VR
Hi @AP_10343008
I think we cannot disable the numeric entry widget.
You can try the TextField Widget with Mask value to accept only numbers and disable it in runtime
/VR
In TextBoxField, I provided 99.99 to show numbers in percentage, still it is showing NAN when service is executing.
In Numeric entry widget NAN is not coming. But it is editable. Is there any CSS to make numeric entry widget non-editable or disable mode.
Hi @AP_10343008
.disableNumericEntry .widget-numericentry {
pointer-events : none;
}
Set TabSequence to -1
/VR