Objo.
Feedback Forum Docs Objo Studio
Feedback

Bug #294

NumericTextField Value ignores minimum and maximum bounds

Status
Fixed
Fixed in
v26.5.8
Source discussion
https://forum.objo.dev/d/218-numerictextfield-bug
Last updated
2026-06-01

Public summary

NumericTextField.Value does not respect the control's Minimum and Maximum when assigned from ObjoBasic code. A field configured with Minimum = 0.0, Maximum = 10.0, and Value = 5.0 can be incremented to 15.0 by repeatedly assigning field.Value = field.Value + 1.0, and can also be assigned below the minimum.

Expected behaviour: programmatic assignments to Value should be clamped to the current Minimum and Maximum, matching the control's configured range.

Objo.

Build apps visually, deploy anywhere.

Feedback is a public read-only status mirror for Objo Studio.