-
-
Notifications
You must be signed in to change notification settings - Fork 245
[v11.1.0] Recent searches plugin #489
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestroadmapTracked in the roadmapTracked in the roadmapv11.1.0Planned for v11.1.0Planned for v11.1.0
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestroadmapTracked in the roadmapTracked in the roadmapv11.1.0Planned for v11.1.0Planned for v11.1.0
👍 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.