cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

How to make numeric entry widget non-editable

AP_10343008
13-Aquamarine

How to make numeric entry widget non-editable

How to make numeric entry widget non-editable?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @AP_10343008 

 

.disableNumericEntry .widget-numericentry {
    pointer-events : none;
}

 

Set TabSequence to -1

 

/VR

View solution in original post

3 REPLIES 3

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

Velkumar_0-1696997024239.png

 

/VR

 

AP_10343008
13-Aquamarine
(To:Velkumar)

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

Top Tags