Vue Combobox "by" prop doesn't seem to work #1682
-
I'm trying to make combobox work with a string as a v-model value. The model value is a string which is an id of one of the objects in the array of options. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey! Thank you for your question! Right now the That said, everything that gets merged to the main branch becomes available on npm using the Note, the Here is an updated stackblitz.com link for you using the insiders build: https://stackblitz.com/edit/vue-mzzooa?file=src%2Fcomponents%2FHelloWorld.vue Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hey! Thank you for your question!
Much appreciated! 🙏
Right now the
by
prop is not released yet, you can checkout the CHANGELOG.md file to know what is released and what isn't released: https://github.com/tailwindlabs/headlessui/blob/main/packages/%40headlessui-vue/CHANGELOG.mdThat said, everything that gets merged to the main branch becomes available on npm using the
insiders
tag. This means that if you want to use theby
prop that you should use the insiders build right now.Note, the
insiders
build is not following semver. More info: https://github.com/tailwindlabs/headlessui#installing-the-insiders-versionHere is an updated stackblitz.com link for you using the insiders build: https…