We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fd8ec commit 4729232Copy full SHA for 4729232
1 file changed
ui/jquery.ui.selectmenu.js
@@ -307,7 +307,7 @@ $.widget("ui.selectmenu", {
307
'aria-selected' : false
308
};
309
if ( selectOptionData[ i ].disabled ) {
310
- thisAAttr[ 'aria-disabled' ] = selectOptionData[ i ].disabled;
+ thisAAttr[ 'aria-disabled' ] = true;
311
}
312
if ( selectOptionData[ i ].typeahead ) {
313
thisAAttr[ 'typeahead' ] = selectOptionData[ i ].typeahead;
0 commit comments