flask-menu icon indicating copy to clipboard operation
flask-menu copied to clipboard

Flask-Menu is a Flask extension that adds support for generating menus.

Results 13 flask-menu issues
Sort by recently updated
recently updated
newest added

I'm trying to use flask-menu to build a menu which contains a dynamic submenu. Therefore I'm registering menu entries with `MenuEntryMixin.register()`. What I'm missing is a way to 'unregister' a...

Type: new feature
Lane: help wanted
Size: easy
Need: information
Need: tests

Package version (if known): 1.0.1 ## Describe the bug A clear and concise description of what the bug is. ## Steps to Reproduce Use flask > 2.3.0 Because flask-menu (1.0.1)...

bug

## Is your feature request related to a problem? Please describe. I have used `register_menu` a lot in my code in lots of different files, but it got very abruptly...