Jiwon Lee
Jiwon Lee
I updated the return type of the queryOptions function with Vue's UnwrapRef. [AS-IS] [TO-BE] close #7892
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...
## 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 -...
## 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...
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...