Skip to main content
New

Input length restriction for numeric/integer fields (similar to varchar behavior)

Related products:Universal UI
  • May 4, 2026
  • 0 replies
  • 34 views

Forum|alt.badge.img+1

In a current customer project, the customer indicated an issue with how numeric and integer fields handle input length restrictions.

At the moment, when a numeric or integer field is configured with a maximum of, for example, 6 digits, users are still able to enter more than 6 digits. This results in a validation error message such as: Artikel nr heeft teveel cijfers

However, the customer expects the behavior to be consistent with varchar fields. For varchar fields (for example varchar(6)) users are prevented from entering more than 6 characters in the first place.

Requested improvement:
Align the behavior of numeric and integer fields with varchar fields, users are prevented from entering more digits than the configured maximum length, instead of receiving an error message afterward.