I'm currently utilizing ReactJS Material UI tabs navigation. My aim is to deactivate the arrow keys navigation of Tabs in Material UI.
What I desire is to navigate using the Tab key, and upon pressing Enter, it should display the page beneath that tab between two <Tabs\>
.
Following this, upon pressing Enter again, focus should move within that tab page using the Tab key.
Is this possible? How would I go about achieving this?