Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit 1772d2e

Browse files
committed
Update README
1 parent 45b28cc commit 1772d2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
The add-on provides you a date input component based on amazing bootstrap-datepicker library. It supports popup and inline mode, and can be used in Ember CLI applications.
66

7+
It doesn't have any external dependecy except bootstrap-datepicker.
8+
79
[Online demo](http://sul.im/ember-cli-bootstrap-datepicker)
810

911
## Installation
@@ -165,9 +167,11 @@ Default: `0` or `'month'`
165167

166168
#### todayBtn
167169

168-
Type: `Boolean`
170+
Type: `Boolean` or `String`
169171
Default: `false`
170172

173+
> If true or “linked”, displays a “Today” button at the bottom of the datepicker to select the current date. If true, the “Today” button will only move the current date into view; if “linked”, the current date will also be selected. [More...](http://bootstrap-datepicker.readthedocs.org/en/latest/options.html#todaybtn)
174+
171175
```handlebars
172176
{{bootstrap-datepicker value=expiresAt todayBtn=true}}
173177
```

0 commit comments

Comments
 (0)