Skip to content

Commit a10f0bf

Browse files
authored
feat(datepicker): pass label to input when its defined (#988)
1 parent 16d4dad commit a10f0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/datepicker/bl-datepicker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default class BlDatepicker extends DatepickerCalendarMixin {
257257
<div class="datepicker-content" id="datepicker-content" tabindex="-1">
258258
<bl-input
259259
.value="${this._inputValue}"
260-
label="${this.label}"
260+
.label="${this.label}"
261261
placeholder="${this.placeholder}"
262262
class="datepicker-input"
263263
role="button"

0 commit comments

Comments
 (0)