vue2-timepicker
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,12 @@ # CHANGELOG | ||
## v 1.0.6 | ||
### New | ||
Added `auto-scroll` feature. | ||
### Improvements | ||
On Advanced Keyboard mode, auto-focus on the selected value (if any) in priority. | ||
## v 1.0.5 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "vue2-timepicker", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -512,2 +512,14 @@ # Vue2 Timepicker | ||
### Auto-Scroll | ||
```html | ||
<vue-timepicker auto-scroll></vue-timepicker> | ||
``` | ||
Auto-scroll to selected values on dropdown open. It works with both: | ||
- Programmatically defined value. E.g., the initial value from `v-model` | ||
- Values manually picked by the user. | ||
### Enable Debug Mode | ||
@@ -569,2 +581,3 @@ | ||
**lazy** | _Boolean_ | no | false | ||
**auto-scroll** | _Boolean_ | no | false | ||
**debug-mode** | _Boolean_ | no | false | ||
@@ -571,0 +584,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1327291
10300
750