Skip to content

Commit 68ac344

Browse files
author
Oleksandr Dubovyk
committed
MC-20881: Checkout email input field keeps aria-invalid='true' attribute and value after successful validation
- static fixed
1 parent 31bdcf5 commit 68ac344

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view/form/element

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ define([
156156
if (valid) {
157157
$(usernameSelector).removeAttr('aria-invalid aria-describedby');
158158
}
159+
159160
return valid;
160161
}
161162

0 commit comments

Comments
 (0)