@@ -254,9 +254,9 @@ Select date and time in one picker.
| text | title of the shortcut | string | — | — |
| onClick | callback function, triggers when the shortcut is clicked, with the `vm` as its parameter. You can change the picker value by emitting the `pick` event. Example: `vm.$emit('pick', new Date())`| function | — | — |
### Events
| Event Name | Description | Parameters |
|---------|--------|---------|
| change | triggers when input value changes | formatted value |
| blur | triggers when input is blur | (event: Event) |
| focus | triggers when input is focus | (event: Event) |