Us3r-gitHub

Results 25 comments of Us3r-gitHub

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...

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...