Skip to content

Commit

Permalink
fix(components): dropdown
Browse files Browse the repository at this point in the history
focus du première element et ajout des role
  • Loading branch information
gildas bescond committed Dec 21, 2015
1 parent 37b2087 commit 145c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const Dropdown = (($) => {
// set default acessibility Attributes
$( document ).ready( function () {
$('.dropdown-menu').attr('role','menu')
$('.dropdown-menua a.dropdown-item').attr('role','menuitem')
$('.dropdown-menu a.dropdown-item').attr('role','menuitem')
})
/**
* ------------------------------------------------------------------------
Expand Down

0 comments on commit 145c27e

Please sign in to comment.