Skip to content

Commit c1d52f8

Browse files
authored
feat(uui-input): autofocus and inputmode (#549)
1 parent 57af390 commit c1d52f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,9 @@ export class UUIInputElement extends FormControlMixin(
418418
autocomplete=${ifDefined(this.autocomplete as any)}
419419
placeholder=${this.placeholder}
420420
aria-label=${this.label}
421+
inputmode=${this.inputMode}
421422
.disabled=${this.disabled}
423+
?autofocus=${this.autofocus}
422424
?required=${this.required}
423425
?readonly=${this.readonly}
424426
@input=${this.onInput}

0 commit comments

Comments
 (0)