We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fbc30 commit 2e9c79dCopy full SHA for 2e9c79d
angular-code-input/src/lib/code-input.component.html
@@ -6,5 +6,6 @@
6
(input)="onInput($event, i)"
7
(keydown)="onKeydown($event, i)"
8
[type]="inputType"
9
- [disabled]="disabled"/>
+ [disabled]="disabled"
10
+ autocomplete="one-time-code"/>
11
</span>
0 commit comments