Skip to content

Commit 03487b0

Browse files
committed
fix(uui-input): inputmode property renamed to inputMode to follow its inherited property
1 parent 09a6e27 commit 03487b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export class UUIInputElement extends FormControlMixin(
306306
* @attr
307307
*/
308308
@property({ type: String })
309-
inputmode?: string;
309+
inputMode = '';
310310

311311
@query('#input')
312312
_input!: HTMLInputElement;

0 commit comments

Comments
 (0)