Feedback
NumericTextField clips the digit's top when focused at short heights
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- -
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
A NumericTextField sized shorter than the default 32 DIP control minimum (for example 200×26) loses the top half of its digits while it is focused for editing. The value renders fully when the field is not focused, and neighbouring controls at the same height (such as ComboBox and DateTimePicker) are unaffected.
Expected: the value text stays fully visible whether or not the field has focus.