馃憤 Vote with a thumbs up if this matters to you.
What
Ship as an optional first-party plugin. Stores queries in localStorage with a configurable key and max entries. Exposes get(), add(query), and clear() methods. Integrates with multi-source as an additional data source. Tree-shakeable, not included in the core bundle unless imported.
Why
Recent searches is one of the most common patterns developers build on top of autocomplete. A first-party plugin provides a tested, accessible implementation that integrates cleanly with the library.
馃憤 Vote with a thumbs up if this matters to you.
What
Ship as an optional first-party plugin. Stores queries in
localStoragewith a configurable key and max entries. Exposesget(),add(query), andclear()methods. Integrates with multi-source as an additional data source. Tree-shakeable, not included in the core bundle unless imported.Why
Recent searches is one of the most common patterns developers build on top of autocomplete. A first-party plugin provides a tested, accessible implementation that integrates cleanly with the library.