Fixes issue#3977 by adding the aria-label attribute

pull/4744/head
fabihaahmed 7 years ago
parent a403d59cb0
commit ab56f9db4f

@ -166,6 +166,7 @@ define([
"is treated as tag separators.");
var textarea = $('<textarea/>')
.attr('aria-label', 'Edit the tags in the text area')
.attr('rows', '13')
.attr('cols', '80')
.attr('name', 'tags')

Loading…
Cancel
Save