-
Notifications
You must be signed in to change notification settings - Fork 335
Description
Is your feature request related to a problem? Please describe.
Can't navigate to a new page in separate tab/window.
Describe the solution you'd like
Add an option for navigate to open a URL with params in a new tab.
Describe alternatives you've considered
Generate a link and dynamically adjust the URL with parameters based on state and set open_in_new_tab=True. This works for my use case, but there's a caveat. Diffing sometimes misses state changes for some parameters. This can be "tricked" by changing key= from time to time on some mesop components.
Using me.navigate is a better solution to this as it can generate parameters and inject them at the time of an event.
Additional context
Hold a particular page open while opening up a new page based on parameters. Example might be a "Search" page stays open when you select a result from a list that you want to see more details on from a "Details" page.