Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 20cb400

Browse files
committed
This adds year select, so fixes #21
Also add close on click away, so fixes #8 minor improvements.
1 parent 8027015 commit 20cb400

18 files changed

+137
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default{
8181
| dialog class | String | '' | css class for dialog element |
8282
| wrapper-class | String | '' | css class wrapper element of component |
8383
| input-disabled | Boolean | true | for responsive reasons input is disabled by default but you can enable it if you need to. |
84-
| initial-view | String | 'day' | Initial view of component (month or day) |
84+
| initial-view | String | 'day' | Initial view of component (year or month or day) |
8585
| inline-mode | Boolean | false | inline mode |
8686
| format-date | String | 'yyyy/MM/dd' | formats output date. order of date element should not change |
8787
| open-transition-animation | String | 'slide-fade' | you can specify a transition for opening and closing dialog.|

dist/vue2-persian-datepicker.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)