On opening any view using URL, the selection doesn’t reflect in Navigation bar

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.

1 Like

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")