Hi,
when I am opening the view in browser changing the url without clicking on navigation menu.
it is opening the correct view but the selection does not reflect in navigation.
how to fix this any idea?
Thanks!!!
Hi,
when I am opening the view in browser changing the url without clicking on navigation menu.
it is opening the correct view but the selection does not reflect in navigation.
how to fix this any idea?
Thanks!!!
How is your navigation menu configured? I don't believe the menu reflects the current view without additional configuration/bindings.
For it to bold the menu you have to attach a binding to the style to do so. Such as this on props.items.0.style.fontWeight
if ({page.props.path} = {this.props.items[0].target}, "bold", "normal")