Skip to content

Commit

Permalink
feat(uui-input): autofocus and inputmode (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen authored Aug 10, 2023
1 parent 57af390 commit c1d52f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/uui-input/lib/uui-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ export class UUIInputElement extends FormControlMixin(
autocomplete=${ifDefined(this.autocomplete as any)}
placeholder=${this.placeholder}
aria-label=${this.label}
inputmode=${this.inputMode}
.disabled=${this.disabled}
?autofocus=${this.autofocus}
?required=${this.required}
?readonly=${this.readonly}
@input=${this.onInput}
Expand Down

0 comments on commit c1d52f8

Please sign in to comment.