Skip to content

Commit 1621283

Browse files
authored
Merge pull request #658 from wmde/error-summary-bugfix
Remove auto focus from IBAN calculator error
2 parents 1830b4e + 4953650 commit 1621283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/IbanFields.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@field-changed="validateBankCode"
5353
/>
5454

55-
<ErrorSummary :is-visible="showCalculatorErrorSummary" :items="[
55+
<ErrorSummary :is-visible="showCalculatorErrorSummary" :focus-on-submit="false" :items="[
5656
{
5757
validity: accountNumberError ? Validity.INVALID : Validity.VALID,
5858
message: $t( 'donation_form_account_number_error' ),

0 commit comments

Comments
 (0)