Implement multi-select search combobox

This commit is contained in:
gpt-engineer-app[bot]
2025-10-16 15:56:19 +00:00
parent d9e05125fe
commit 294019f7bd
3 changed files with 91 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
export interface RideCreditFilters {
// Search
searchQuery?: string;
selectedSearchItems?: string[]; // Format: "ride:id", "park:id", "manufacturer:id"
// Category (Multi-select)
categories?: string[];