We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d4dad commit a10f0bfCopy full SHA for a10f0bf
src/components/datepicker/bl-datepicker.ts
@@ -257,7 +257,7 @@ export default class BlDatepicker extends DatepickerCalendarMixin {
257
<div class="datepicker-content" id="datepicker-content" tabindex="-1">
258
<bl-input
259
.value="${this._inputValue}"
260
- label="${this.label}"
+ .label="${this.label}"
261
placeholder="${this.placeholder}"
262
class="datepicker-input"
263
role="button"
0 commit comments