We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7420e2 commit 54f9201Copy full SHA for 54f9201
packages/uui-input/lib/uui-input.element.ts
@@ -116,7 +116,7 @@ export class UUIInputElement extends UUIFormControlMixin(
116
maxlengthMessage: string | ((max: number, current: number) => string) = (
117
max,
118
current,
119
- ) => `Maximum ${max} characters, ${current} too many.`;
+ ) => `Maximum length exceeded (${current}/${max} characters)`;
120
121
/**
122
* Specifies the interval between legal numbers of the input
0 commit comments