sebnitu / vrembem

A CSS component library based on the BEM methodology.

Home Page:https://vrembem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting the setTabindex to false shouldn't remove tabindex attributes

sebnitu opened this issue · comments

Problem

Currently, when setting the setTabindex option to false on either @vrembem/modal or @vrembem/drawer components, they will remove the tabindex attribute from the components specific dialog elements. Tabindex should instead just not be applied while any manually set tabindex attributes should be unaltered.