@@ -76,7 +76,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
7676
7777 * Type* : Array
7878
79- * Default Value* :
79+ * Default Value* :
8080 ``` javascript
8181 [' Januari' , ' Februari' , ' Maret' , ' April' , ' Mei' , ' Juni' , ' Juli' ,
8282 ' Agustus' , ' September' , ' Oktober' , ' November' , ' Desember' ]
@@ -88,7 +88,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
8888
8989 * Type* : Array
9090
91- * Default Value* :
91+ * Default Value* :
9292 ``` javascript
9393 [' Min' , ' Sen' , ' Sel' , ' Rab' , ' Kam' , ' Jum' , ' Sab' ]
9494 ```
@@ -99,7 +99,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
9999
100100 * Type* : Object
101101
102- * Default Value* :
102+ * Default Value* :
103103 ``` javascript
104104 {
105105 ' title' : ' Choose Dates' ,
@@ -121,7 +121,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
121121
122122 * Type* : Object
123123
124- * Default Value* :
124+ * Default Value* :
125125 ``` javascript
126126 {
127127 daysWeeks: ' calendar_weeks' ,
@@ -142,6 +142,14 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
142142
143143 * Default Value* : ` null `
144144
145+ + ** initPreset**
146+
147+ * Description* : Preset will be selected on launch
148+
149+ * Type* : String
150+
151+ * Default Value* : ` null `
152+
145153+ ** startActiveMonth**
146154
147155 * Description* : Month will be shown in first launch
@@ -164,7 +172,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
164172
165173 * Type* : Object
166174
167- Example Object :
175+ Example Object :
168176 ``` javascript
169177 {
170178 today : function () {
@@ -183,7 +191,7 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
183191 }
184192 ```
185193
186- * Default Value* :
194+ * Default Value* :
187195 ``` javascript
188196 {
189197 today : function () {
0 commit comments