Us3r-gitHub
Us3r-gitHub
[Feature]: Add a function for ComboBox to allow finding default form value in list of option objects
I tried the code example from the [Combobox - Form](https://www.shadcn-vue.com/docs/components/combobox#form) documentation, and it works as expected with the initial value. However, I've encountered an issue where the `ComboboxInput` component does...
[Feature]: Add a function for ComboBox to allow finding default form value in list of option objects
Hi, I just solved this issue! Like what you suggested but using computed, so we need to control `modelValue` used within combobox Code Solution ```Vue .... const { values, handleSubmit,...
The mentioned issue will be the next impact if this is not addressed/fixed After this object field deletion and navigate back to view again
> There are cases when we have labels inside, which could take a lot of space. I'll try a different method. Any ideas on what I should do?
Hi, I found a bug similar to yours in the `Calendar` component too: ### Problem 1 ```sh src/components/calendar/Calendar.vue:283:1 - error TS2742: The inferred type of 'default' cannot be named without...