我使用了ng-otp-input npm
,当我在文本框中输入0时,它没有移动/聚焦于下一个文本框。
我尝试过:
<ng-otp-input (onInputChange)="onOtpChange($event)" [config]="config">
</ng-otp-input>
config = {
allowNumbersOnly: false,
length: 4,
inputStyles: {
'color': 'white',
'width': '30px',
'height': '50px',
'border': 'none',
'background': 'rgba(255, 255, 255, 0.25)'
}
}
答案 0 :(得分:1)
我认为这是版本问题。我建议您删除此npm并安装新的更新版本。