What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.23
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/sandbox/keen-diffie-4zmtls
Describe your issue
First of all, thank you for providing this library!
We are running into an issue where setting the immedate prop on the ComboBox does not work. We tried debugging it within our project and realized that this computed in combobox.ts:
|
// return props.immediate |
always returns false.
It seems to be fixed in master. Is there any plan for releasing a new vue version?
Edit: Just saw #3682 . I guess the vue version is not really maintained anymore.
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.23
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/sandbox/keen-diffie-4zmtls
Describe your issue
First of all, thank you for providing this library!
We are running into an issue where setting the
immedateprop on theComboBoxdoes not work. We tried debugging it within our project and realized that this computed incombobox.ts:headlessui/packages/@headlessui-vue/src/components/combobox/combobox.ts
Line 420 in 2a46945
always returns false.
It seems to be fixed in master. Is there any plan for releasing a new vue version?
Edit: Just saw #3682 . I guess the vue version is not really maintained anymore.