Skip to content

Commit bdabb80

Browse files
committed
fix(uui-input): messages should be string not boolean
1 parent 5ed7f1d commit bdabb80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/uui-input/lib/uui-input.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export class UUIInputElement extends FormControlMixin(
191191

192192
/**
193193
* Minlength validation message.
194-
* @type {boolean}
195194
* @attr
196195
* @default
197196
*/
@@ -219,7 +218,6 @@ export class UUIInputElement extends FormControlMixin(
219218

220219
/**
221220
* Maxlength validation message.
222-
* @type {boolean}
223221
* @attr
224222
* @default
225223
*/

0 commit comments

Comments
 (0)