Bug: NumericEntryField doesn't accept input when inputBounds limit has value

Hello,
In ignition v8.1.10, the NumericEntryField doesn’t accept input value when inputBounds limit is used to limit the range.
Animation

Hmm, it’s working as expected for me. Can you provide this test view you’re using?

Sure.
DataBroker_2021-09-20_0919.zip (2.0 KB)

Is minimum=1000 and maximum=0 intended here? (versus min=0, max=1000 or min=-1000, max=0)

2 Likes

Oh yes, It is my mistake.