[PM-2135] feat: disable built-in browser validations

This commit is contained in:
Andreas Coroiu 2023-06-21 18:48:07 +02:00
parent debe7fd49a
commit 969f75822a
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
[formControl]="secret"
appAutofocus
appInputVerbatim
novalidate
/>
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
@ -35,6 +36,7 @@
name="verificationCode"
[formControl]="secret"
appInputVerbatim
novalidate
/>
<bit-hint>{{ "confirmIdentity" | i18n }}</bit-hint>
</bit-form-field>