Skip to content

Commit 01f909e

Browse files
authored
Update form-datepicker.js
1 parent 4c523dd commit 01f909e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/form-datepicker/form-datepicker.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
409409
'!blur': this.setFocus
410410
}
411411
},
412-
[
413-
h(isHovered || hasFocus ? BIconCalendarFill : BIconCalendar, {
414-
props: { scale: 1.25 },
415-
attrs: { 'aria-hidden': 'true' }
416-
})
417-
]
412+
[$button]
418413
)
419414

420415
// Label as a "fake" input

0 commit comments

Comments
 (0)