LukaszWatroba / v-accordion

Multi-level accordion component for AngularJS.
http://lukaszwatroba.github.io/v-accordion
MIT License
310 stars 100 forks source link

FocusManagement - no element inside a collapsed v-pane-content should be selectable #74

Open manish2535 opened 8 years ago

manish2535 commented 8 years ago

If you have any selectable element inside the v-pane-content, then the focus still goes to the element. A tabindex -1 should be added and removed from all focusable element in v-pane-content depending whether its expanded or not.