-
**Description:**
The DatePicker component has already been upgraded to Vue 3, but the unit tests for the component also need to get upgraded. Some work has already been done towards this on the featur…
-
### Vue - Official extension or vue-tsc version
2.1.10
### VSCode version
1.95.x
### Vue version
3.4.33
### TypeScript version
5.3.3
### System Info
```shell
I've started w…
-
I'm seeing this warning in my console when using the Datepicker component.
[Vue warn]: "class" is a reserved attribute and cannot be used as component prop.
found in
---> at .../nod…
-
It doesn't seem like it's possible to clear/update (via external input) the data visually in the datepicker for both range and days.
Using vue 3 version:
Html
```
...
clear …
-
Hello,
I'm encountering a display issue with the `Datepicker` component when using the Spanish locale (`es`) in a Vue.js project. The calendar appears to be disordered, showing incorrect months whe…
-
Hello. When i am adding import Calendar from 'vue-datepicker-ui' prooject crushs with this error
```
error during render : /
/Library/WebServer/projects/finaxe/node_modules/vue-datepicker-ui/src/…
-
使用vueStrap.js 时遇到的问题:datepicker
错误如下所示:
[Vue warn]: Error when evaluating expression "{'datepicker-dateRange-item-active': (this.text.months[this.parse(this.value).getMonth()] === m) && this.currDate.…
-
There is an error when trying to manually type in the date:
```
TypeError: Cannot read properties of undefined (reading 'focus')
at VueComponent.focusTimePicker (t-datepicker.js?0e0b:4180)
…
-
I'm sure I'm missing something obvious here, so please excuse what may be a completely idiotic question (be helpful sans flaming and I'll leave sooner :) ).
I'm using datepicker in a form (in Laravel…
-
## What's the problem
I know there is already an open request for this but there is no update or information ( see #2173 and #2174 ).
I am trying to create a Web Component using vue-material but I…