Version 2.9.0 introduced some code that now always closes the menu if you press the tab key. If this is intentional, can we please at least get an opt out for this behavior since using tab is a very common way people navigate with keys. We have at least 3 projects that have broken because of this change.
Version 2.9.0 introduced some code that now always closes the menu if you press the tab key. If this is intentional, can we please at least get an opt out for this behavior since using tab is a very common way people navigate with keys. We have at least 3 projects that have broken because of this change.
Here is the line where this change was introduced for reference: https://github.com/negomi/react-burger-menu/blob/main/src/menuFactory.js#L287