vue-ctk-date-time-picker icon indicating copy to clipboard operation
vue-ctk-date-time-picker copied to clipboard

VueJS component to select dates & time, including a range mode

Results 26 vue-ctk-date-time-picker issues
Sort by recently updated
recently updated
newest added

1. Per README.md id is optional and defaults to undefined [1]. This causes a weird behaviour of string concatenation of undefined and results id's in the format similar to 'undefined-...'....

It seems that when specifying "no shortcuts" the width of the calendar spans the whole 400px

moment has been changed in Japanese month notation since version 2.25. I would like to reflect this changed.

This somewhat relates to issue #116 and package size as this was discussed as a possible approach for solving that problem as well. We we're working on our first deployment...

Fixes the following two eslint 'errors' at startup. ``` error: Expected " " character, but found "\t" character (vue/script-indent) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:1 error: Operator ':' must be spaced (space-infix-ops) at src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue:284:7...

* Runs commands with node user (1000:1000) instead of root by default. [1] * Adds `npm install` line below the `docker-compose up` in the README.md. [1] https://github.com/nodejs/docker-node/blob/c2604466d06ba562fd9040d18c57af16545c6a5b/10/stretch/Dockerfile#L3

ef94fdc198dd6373902791bcff2baf5a3612bf7b introduced some additional rules in the .editorconfig for the `*.{js,jsx,ts,tsx,vue}` wildcard glob. however all of these rules are already defined on the asterisk `*` wildcard. I see no reason...

This PR adds support for the following `custom-shortcuts`: { key: 'nextWeek', label: 'Next week', value: '+isoWeek' }, { key: 'nextMonth', label: 'Next month', value: '+month' }, { key: 'nextYear', label:...

Allows the user to explicitly set auto-select on scroll via a prop. Currently in `src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue`, the `setTimeout` method on 390 in the `initPositionView ()` method overrides the initial config by...