vuejs3-datepicker
vuejs3-datepicker copied to clipboard
vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
I can't add new local to my component, because add language only support in node_module, not custom.
closes #92
In version `1.1.3` is the `input-class` option ignored. ```js ``` The problem lays in https://github.com/shubhadip/vuejs3-datepicker/blob/master/src/components/datepicker/DateInput.vue#L27-L32 PR is following.
I have to apologize - my previous pull request contained an invalid string for May - it should be `Květen`, not `Smět` (which is a Czech word for "may" as...
When having `typeable` set to `true` and passing a different `format` as `string`, then clicking outside of the date picker, the `selectedDate` of the `DateInput` component is reset to `undefined`,...
I want the calendar to stretch full width as the width of its wrapper div. But, I can't get it working when i set it manually to 100% by doing...
`npm audit` now gives a warning that `vuejs3-datepickers` depends on vulnerable versions of `vite-plugin-dts`. There is a fix available, but `npm audit fix` or with `--force` doesn't give the correct...