We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113c08d commit cd0b957Copy full SHA for cd0b957
docs/Options.md
@@ -128,7 +128,8 @@ Disables selection of dates **NOT** in the array, e.g. holidays
128
previous: 'glyphicon glyphicon-chevron-left'
129
next: 'glyphicon glyphicon-chevron-right'
130
today: 'glyphicon glyphicon-screenshot'
131
- clear: 'glyphicon glyphicon-trash'
+ clear: 'glyphicon glyphicon-trash',
132
+ close: 'glyphicon glyphicon-remove'
133
}
134
Accepts: object with all or some of the parameters above
135
@@ -454,4 +455,4 @@ tooltips: {
454
455
456
```
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