somewebmedia / hc-offcanvas-nav

JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
https://somewebmedia.github.io/hc-offcanvas-nav/
MIT License
336 stars 82 forks source link

Any possibilities to add a Search Field to filter larger menus ? #72

Open evandrosimenes opened 3 years ago

evandrosimenes commented 3 years ago

Any possibilities to add a Search Field to filter larger menus ?

somewebmedia commented 3 years ago

Currently no. How would that look like? Any example?

evandrosimenes commented 3 years ago

Maybe something like this: hidden shown

on filling the search field, the menu gets overlap with a single level showing the results that matches. On clear the search field, the original menu goes back... or something like it

somewebmedia commented 3 years ago

I'll have to think about it. Thanks for the suggestion. :)