-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Description
Background
The glob prop was recently added to the Autocomplete v2 component to support glob-based matching (e.g. helm-*, *.sock patterns).
However, the same functionality is not yet supported in Autocomplete v1. This causes inconsistency between the two components, especially in pages or features that still rely on v1.
Tasks
- Add
glob?: booleanprop to Autocomplete v1 - Implement glob-based filtering logic, consistent with Autocomplete v2
- Ensure backward compatibility (i.e., glob disabled by default)
- Add/update storybook or visual tests if applicable
Acceptance Criteria
- Autocomplete v1 correctly filters items based on glob patterns when
globprop is enabled - Functionality matches behavior in Autocomplete v2
- No regressions in existing Autocomplete v1 usage
Related
Metadata
Metadata
Assignees
Labels
No labels