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 6e05103 commit 81de036Copy full SHA for 81de036
js/src/date-range-picker.js
@@ -335,14 +335,14 @@ class DateRangePicker extends Picker {
335
if (this._config.indicator) {
336
inputGroupTextEl.innerHTML = `
337
<span class="picker-input-group-indicator">
338
- <span class="picker-input-group-icon time-picker-input-icon"></span>
+ <span class="picker-input-group-icon date-picker-input-icon"></span>
339
</span>`
340
}
341
342
if (this._config.cleaner) {
343
inputGroupTextEl.innerHTML += `
344
<span class="picker-input-group-cleaner" role="button">
345
- <span class="picker-input-group-icon time-picker-cleaner-icon"></span>
+ <span class="picker-input-group-icon date-picker-cleaner-icon"></span>
346
347
348
0 commit comments