jack-allocate

Results 5 issues of jack-allocate

Resolves https://github.com/vueuse/vueuse/issues/4281 ### 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...

size:M

### Describe the bug ## What triggers it? This only seems to happen when the watch source is a getter that returns an object, and when using transform: ```ts const...

### Describe the feature I want to use the combobox as a searchable select. To accomplish this, I want the options to show when we focus on the input. While...

Resolves: - https://github.com/unovue/reka-ui/issues/1847 - https://github.com/unovue/reka-ui/issues/1851 Ideally PopoverPortal would be opt-in like other components (e.g. Combobox), but that would require a breaking change.

### Describe the feature Most of the components in the library allow you to opt-in to using the PopoverPortal, but DatePicker seems to not do this. ### Additional information -...