Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 05d2c6f

Browse files
committed
Merge pull request #128 from funzeye/patch-1
Update README.md
2 parents e288e67 + 24e6f7c commit 05d2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Sometimes you cannot put date input as a first child of datepicker. In this case
130130
```html
131131
<datepicker date-format="yyyy-MM-dd" selector="form-control">
132132
<div class="input-group">
133-
<input placeholder="Choose a date"/>
133+
<input class="form-control" placeholder="Choose a date"/>
134134
<span class="input-group-addon" style="cursor: pointer"><i class="fa fa-lg fa-calendar"></i></span>
135135
</div>
136136
</datepicker>

0 commit comments

Comments
 (0)