2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-21 10:20:36 +03:00

feat: show the popup on focus and close it on blur

This commit is contained in:
mxie
2019-02-12 11:51:21 +08:00
parent 416cb0f691
commit 3bcedf5d88
4 changed files with 54 additions and 4 deletions
+2
View File
@@ -160,6 +160,8 @@ custom time-picker
| input-error | When user type a invalid Date | the input text |
| panel-change | When change the panel view(eg: from year to month view)| [panel](#panel), [oldPanel](#panel) |
| calendar-change | When calendar view year or month change | now(Date), oldNow(Date)|
| focus | When input focus | |
| blur | When input blur | |
#### panel