We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e794929 commit db2d7c7Copy full SHA for db2d7c7
lib/web/mage/validation.js
@@ -1937,12 +1937,12 @@ define([
1937
.find('.field.required')
1938
.find('.control')
1939
.find('input, select, textarea')
1940
- .attr('aria-required', 'true');
+ .attr('aria-required', 'true');
1941
this.element
1942
.find('.field.additional')
1943
1944
1945
- .removeAttr('aria-required');
+ .removeAttr('aria-required');
1946
this._listenFormValidate();
1947
},
1948
0 commit comments