You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: tests/dummy/app/templates/index.hbs
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,46 @@ ember generate bootstrap-datepicker</pre>
248
248
</div>
249
249
</div>
250
250
251
+
<h3>multidate</h3>
252
+
<divclass="panel panel-default">
253
+
<divclass="panel-heading">
254
+
<pre><code>{{bootstrap-datepicker multidate=true placeholder="Click to play" class="form-control"}}</code></pre>
255
+
</div>
256
+
<divclass="panel-body">
257
+
<p>
258
+
Type: <code>Boolean</code> or <code>Number</code><br>
259
+
Default: <code>false</code></code>
260
+
</p>
261
+
<p>If multidate is <code>true</code>, <code>value</code> is an array.</p>
262
+
<p>Please, read more about possible values <ahref="http://bootstrap-datepicker.readthedocs.org/en/release/options.html#multidate">here</a>.</p>
263
+
</div>
264
+
<divclass="panel-footer">
265
+
{{bootstrap-datepickermultidate=true
266
+
placeholder="Click to play"
267
+
class="form-control"}}
268
+
</div>
269
+
</div>
270
+
271
+
<h3>multidateSeparator</h3>
272
+
<divclass="panel panel-default">
273
+
<divclass="panel-heading">
274
+
<pre><code>{{bootstrap-datepicker multidate=true multidateSeparator=";" placeholder="Click to play" class="form-control"}}</code></pre>
275
+
</div>
276
+
<divclass="panel-body">
277
+
<p>
278
+
Type: <code>String</code><br>
279
+
Default: <code>,</code></code>
280
+
</p>
281
+
<p>Please, read more about possible values <ahref="https://bootstrap-datepicker.readthedocs.org/en/release/options.html#multidateseparator">here</a>.</p>
0 commit comments