Skip to content

Commit cd0b957

Browse files
committed
Add close icon to icons hash.
1 parent 113c08d commit cd0b957

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ Disables selection of dates **NOT** in the array, e.g. holidays
128128
previous: 'glyphicon glyphicon-chevron-left'
129129
next: 'glyphicon glyphicon-chevron-right'
130130
today: 'glyphicon glyphicon-screenshot'
131-
clear: 'glyphicon glyphicon-trash'
131+
clear: 'glyphicon glyphicon-trash',
132+
close: 'glyphicon glyphicon-remove'
132133
}
133134
Accepts: object with all or some of the parameters above
134135

@@ -454,4 +455,4 @@ tooltips: {
454455
}
455456
```
456457

457-
This will change the `tooltips` over each icon to a custom string
458+
This will change the `tooltips` over each icon to a custom string

0 commit comments

Comments
 (0)