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
Acceptance Criteria
- Autocomplete v1 correctly filters items based on glob patterns when
glob prop is enabled
- Functionality matches behavior in Autocomplete v2
- No regressions in existing Autocomplete v1 usage
Related
Background
The
globprop was recently added to the Autocomplete v2 component to support glob-based matching (e.g.helm-*,*.sockpatterns).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
glob?: booleanprop to Autocomplete v1Acceptance Criteria
globprop is enabledRelated
globto v2: feat: Support wildcard filtering in AutoComplete component #594,