File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ Inline always open version
8686| initial-view | String | minimumView | If set, open on that view |
8787| disabled-picker | Boolean | false | If true, disable Datepicker on screen |
8888| required | Boolean | false | Sets html required attribute on input |
89+ | day-view-only | Boolean | false | If true, month and year views won't show |
90+ | refName | String | | Reference property |
8991| minimum-view | String | 'day' | If set, lower-level views won't show |
9092| maximum-view | String | 'year' | If set, higher-level views won't show |
9193
Original file line number Diff line number Diff line change 1212 :type =" inline ? 'hidden' : 'text'"
1313 :class =" [ inputClass, { 'form-control' : bootstrapStyling } ]"
1414 :name =" name"
15+ :ref =" refName"
1516 :id =" id"
1617 @click =" showCalendar"
1718 :value =" formattedValue"
@@ -115,6 +116,7 @@ export default {
115116 }
116117 },
117118 name: String ,
119+ refName: String ,
118120 id: String ,
119121 format: {
120122 type: [String , Function ],
You can’t perform that action at this time.
0 commit comments