Skip to content

Commit

Permalink
dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
nulle committed Mar 22, 2019
1 parent c22d9d8 commit bce162f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/js/select2.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,10 @@ S2.define('select2/results',[
attrs['aria-disabled'] = 'true';
}

if (data.hidden) {
attrs['aria-hidden'] = 'true';
}

if (data.id == null) {
delete attrs['aria-selected'];
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/select2.full.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/js/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,10 @@ S2.define('select2/results',[
attrs['aria-disabled'] = 'true';
}

if (data.hidden) {
attrs['aria-hidden'] = 'true';
}

if (data.id == null) {
delete attrs['aria-selected'];
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/select2.min.js

Large diffs are not rendered by default.

0 comments on commit bce162f

Please sign in to comment.