Collapsed Navbar seems to be broken in the latest version
See original GitHub issueIts a possibility that the API has changed but I haven’t found anything to support this.
My Navbar is set up as follows (for example):
return (
<div className='navbar-fixed teal lighten-1'>
<Navbar brand='OLIO' right data-role='navigation'
className='teal lighten-1' options={{ closeOnClick: true }}>
<NavItem className={this.getClassIfActive('/articles')}
onClick={this.props.refreshAndBrowse}>
<Icon left>view_list</Icon>
<span>{t('BROWSE')}</span>
</NavItem>
)
Previously when making the browser narrower the menum would collapse into:

Which it still does, however when I click this I am no longer presented with my menu options, but the following:

It looks possibly like the menu isn’t being generated or dragged over?
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Bootstrap nav bar suddenly broken - css - Stack Overflow
When the menu collapses into an icon, the menu items are supposed to all be aligned to the right. Can anyone help me...
Read more >Fixed Navbar with Mobile Collapse broken in 0.97.8 #3844
When using a Fixed Navbar and Mobile Collapse together, the overlay that ... Collapsed Navbar seems to be broken in the latest version...
Read more >Navbar · Bootstrap v5.0
Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, ...
Read more >Change the Bootstrap NavBar Breakpoint Example - Coderwall
By default, Bootstrap collapses (vertically stacks) the navbar at 768 pixels. You can easily change this threshold using a simple CSS media ...
Read more >How to Create, Edit, & Make Your Navbar Awesome in Bootstrap
Navbars are responsive and fluid by default. Meaning, they expand or contract based on the width of the current viewport. Navbars require a ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sure, make sure to have a look at there upgrade guide for the Sidenav: https://github.com/Dogfalo/materialize/blob/v1-dev/v1-upgrade-guide.md#sidenav
No, agreed. There’s a workaround short term, so I can continue working and hopefully others can benefit. A fix can come with time 😃