Add keyboard navigation to date|time picker
This commit is contained in:
parent
2bf3e04753
commit
75cb299868
16 changed files with 467 additions and 67 deletions
|
@ -46,6 +46,10 @@ export default {
|
|||
pickerType: {
|
||||
type: String,
|
||||
require: true
|
||||
},
|
||||
focusedDate: {
|
||||
type: Date,
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue