cgkineo/adapt-drop

a11y focus bug

moloko opened this issue · 0 comments

this:

onOpened() {
Adapt.a11y.focus(this.$content);
}

should really be using focusFirst so that focus ends up on a 'readable' element