I have props and default value comes from them.
<Input v-bind="componentField" type="month" :value="start_date" required />
I’m using shadcn-vue, so I’m not using v-model. When I write just string, it’s working. But if want set value like this dynamically, it’s not working.
I need to do like this.