Merge pull request #16552 from edx/clee/LEARNER-2894

Remove aria-label for fields in Account Settings and Profile
This commit is contained in:
Christopher Lee
2017-11-14 13:41:48 -05:00
committed by GitHub

View File

@@ -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') {