Placeholder format in Number field does not reflect Max Digits configuration

Placeholder format in Number field does not reflect Max Digits configuration

When the Max Digits (Maximum digits of number) property is set to a smaller value (for example, 2 digits), the placeholder in the input field still displays a 7-digit format (#######).

The same behavior can also be observed in Decimal and Currency field types.

Ideally, the placeholder should reflect the configured format or constraints of the field. For instance, if Max Digits is set to 2, the placeholder could appear as ##, indicating that only two digits are expected.

Although the field correctly validates the input and shows a warning when users enter more digits or an invalid format, the placeholder itself does not reflect the configured digit limit. This might cause some confusion for users entering data in the form.

Is there a way to make the placeholder reflect the configured digit limit?