Allow Open in new window for buttons, tabs, nav_items? #1930
-
As an example, using either tab.py or nav.py in examples folder, I'm wondering if its possible to implement the ability for the user to use a button/tab/nav_item and open the target in a new tab via the ctrl button or browser context menu? I see that there are is a link parameter for buttons and tabs, but this affects just the rendering of the component and not its function. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Button has a As for tab, I am not sure it makes much sense since tabs usually "toggle" different parts of UI, so everything happens in the same page. Nav_item could use a |
Beta Was this translation helpful? Give feedback.
This makes sense and should be doable within React-router.