I’m using the p-inputOtp component from PrimeNG for OTP input. I’ve noticed that I can change values until three out of four boxes are filled, but once all four boxes are filled, I can’t modify the input anymore. Is there a way to allow changes even after all four boxes are filled?
the code:
`
<p-inputOtp
class="mt-2 gap-6"
[(ngModel)]="value"
name="otp"
style=""
[integerOnly]="true"
[autofocus]="true"
></p-inputOtp>
`
in this case I can click on the number 2 and change it
but in this case I cant change any number unless I press delete