Combobox immediate always false in vue build
Author: Alex--CCreated Mar 27, 2026Updated May 14, 2026
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:
always returns false. It seems to be fixed in master. Is there any plan for releasing a new vue version?
Edit: Just saw https://github.com/tailwindlabs/headlessui/issues/3682 . I guess the vue version is not really maintained anymore.
Source: tailwindlabs/headlessui