Skip to content

Commit 2e9c79d

Browse files
committed
Fixed #36 - Insert code from messages doesn't appear on iOS
1 parent 59fbc30 commit 2e9c79d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular-code-input/src/lib/code-input.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
(input)="onInput($event, i)"
77
(keydown)="onKeydown($event, i)"
88
[type]="inputType"
9-
[disabled]="disabled"/>
9+
[disabled]="disabled"
10+
autocomplete="one-time-code"/>
1011
</span>

0 commit comments

Comments
 (0)