Skip to content

Commit

Permalink
feat(datepicker): pass label to input when its defined (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilandoogan authored Jan 14, 2025
1 parent 16d4dad commit a10f0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datepicker/bl-datepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default class BlDatepicker extends DatepickerCalendarMixin {
<div class="datepicker-content" id="datepicker-content" tabindex="-1">
<bl-input
.value="${this._inputValue}"
label="${this.label}"
.label="${this.label}"
placeholder="${this.placeholder}"
class="datepicker-input"
role="button"
Expand Down

0 comments on commit a10f0bf

Please sign in to comment.