You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new component or an extension of an existing one?
JumpLinks component
Describe the feature
Add an option to have the navigation when a JumpLinkItem is clicked replace the current state rather than pushing the new location onto the history. Applications may not want to have the back button move back thru the jump link locations but rather return the the previous page.
Are there visuals for this feature? If applicable, please include examples for each state and for varying widths
No visual changes
The text was updated successfully, but these errors were encountered:
…ternfly#11471))
* feat(JumpLinks): add support for using history.replaceState
* docs(JumpLinks): update react-core component demo document, and react-integration demo-app demo
* test(JumpLinks): add integration tests for replaceState and pushState
Is this a new component or an extension of an existing one?
JumpLinks component
Describe the feature
Add an option to have the navigation when a JumpLinkItem is clicked replace the current state rather than pushing the new location onto the history. Applications may not want to have the back button move back thru the jump link locations but rather return the the previous page.
Are there visuals for this feature? If applicable, please include examples for each state and for varying widths
No visual changes
The text was updated successfully, but these errors were encountered: