Skip to content

feat: Add glob prop support to Autocomplete v1 - #598

Open
jiwlee97 wants to merge 2 commits into
argoproj:masterfrom
jiwlee97:v1-autocomplete-glob
Open

feat: Add glob prop support to Autocomplete v1#598
jiwlee97 wants to merge 2 commits into
argoproj:masterfrom
jiwlee97:v1-autocomplete-glob

Conversation

@jiwlee97

Copy link
Copy Markdown
Contributor

Summary

This PR adds glob prop support to the Autocomplete v1 component to align its behavior with v2.

Changes

  • Added optional glob prop to Autocomplete v1
  • Applied glob-based matching logic (same as v2)
  • Ensured default behavior remains unchanged when glob is not set
  • Add stories for testing Autocomplete with glob usage

Related Issue

Fixes #597

Signed-off-by: jiwlee <ddazi9576@gmail.com>
…n matching

Signed-off-by: jiwlee <ddazi9576@gmail.com>
@jiwlee97
jiwlee97 marked this pull request as ready for review October 21, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add glob prop support to Autocomplete v1 (align with v2)

1 participant