vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
445 stars 83 forks source link

Add client side search in navigation items #5822

Open knoobie opened 1 year ago

knoobie commented 1 year ago

Vaadin (Enterprise applications) often comes with dozens or even hundreds of views. Allowing users to quickly search the menu and filtering the menu items could be beneficial. I was thinking to implement this on the server with my own searchbox, but the client sounds way better for this use-case where each keystroke could theoretically filter the navigation without to much jitter from the server to client round-trip where I have to either remove items or rebuild the whole menu.

Example (default / something was typed)

39730DE0-15C5-4459-B60F-916DDEAA9676 56E821D9-55D8-4E89-A8F6-D38A13232B2F

vaithu commented 1 year ago

The Vaadin Business App has this search option but looks that is from server-side