Merge pull request #16552 from edx/clee/LEARNER-2894
Remove aria-label for fields in Account Settings and Profile
This commit is contained in:
@@ -483,7 +483,6 @@
|
||||
if (this.modelValueIsSet() === false) {
|
||||
value = this.options.placeholderValue || '';
|
||||
}
|
||||
this.$('.u-field-value').attr('aria-label', this.options.title);
|
||||
this.$('.u-field-value-readonly').text(value);
|
||||
|
||||
if (this.mode === 'display') {
|
||||
|
||||
Reference in New Issue
Block a user