PolymerElements / iron-menu-behavior

Accessible menu behavior
18 stars 28 forks source link

Disabled items should be skipped by `selectNext` / `selectPrevious`/ #71

Open bicknellr opened 8 years ago

bicknellr commented 8 years ago

Expected outcome

Disabled items are skipped by selectNext and selectPrevious methods.

Actual outcome

Disabled items are not skipped.

Live Demo

http://jsbin.com/vibajob/1/edit?html,output