Skip to content

Conversation

@jiwlee97
Copy link
Contributor

Fixes #593

Just noticed that glob wasn’t passed to Autocomplete, so this PR adds it and also extracts a shared prop type for consistency.
Apologies for the oversight — I’ll be more careful with similar updates going forward!

Summary

Adds glob?: boolean | IOptions to the Autocomplete component to align with RenderAutocomplete.

Context

In a previously merged PR that introduced glob support for RenderAutocomplete, the same option was unintentionally omitted from Autocomplete.
This PR addresses that omission.

Changes

  • Add glob?: boolean | IOptions to Autocomplete props to match RenderAutocomplete
  • Extract a shared props type AutocompleteComponentProps and use it in both components (no behavior change)

@jiwlee97 jiwlee97 marked this pull request as ready for review October 20, 2025 16:17
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.

Support wildcard filtering in AutoComplete component

1 participant