Skip to main content
3-Newcomer
August 13, 2026
Solved

Numeric Entry Type converted to ptcstextfield when Migrated to Latest Version Causing Issues

  • August 13, 2026
  • 2 replies
  • 22 views

We recently converted a mashup to the latest version of ThingWorx 10.1.1.  During this conversion, our numeric entry widgets were converted to pctstextfield widgets.  The NumericInputMode was marked on each of these.  How do you set the MinValue and MinValueFailureMessage?  I’m not seeing these properties on the properties panel so I don’t know how to adjust these values.  Our text field is displaying 1 is the minimum value message and I want to get rid of this message. 

Best answer by nmutter

yeah, the Validation hides from one if you never used it before :D

You find it at the “Validation”-tab at the bottom:

 

2 replies

nmutter16-PearlAnswer
16-Pearl
August 14, 2026

yeah, the Validation hides from one if you never used it before :D

You find it at the “Validation”-tab at the bottom:

 

3-Newcomer
August 14, 2026

This is exactly what I needed.  Thank you so much for your help!!