Skip to content

Commit

Permalink
fix(uui-input): inputmode property renamed to inputMode to follow its…
Browse files Browse the repository at this point in the history
… inherited property
  • Loading branch information
iOvergaard committed Sep 21, 2023
1 parent 8457c0b commit 170651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-input/lib/uui-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class UUIInputElement extends FormControlMixin(
* @attr
*/
@property({ type: String })
inputmode?: string;
inputMode = '';

@query('#input')
_input!: HTMLInputElement;
Expand Down

0 comments on commit 170651e

Please sign in to comment.