🌐 AI搜索 & 代理 主页
Skip to content

Commit e91dc66

Browse files
authored
Update form-timepicker.js
1 parent 9966187 commit e91dc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/form-timepicker/form-timepicker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
413413
rtl: this.isRTL,
414414
lang: this.computedLang,
415415
value: localHMS || '',
416-
formattedValue: localHMS ? this.formattedValue : this.labelNoTimeSelected || ''
416+
formattedValue: localHMS ? this.formattedValue : '',
417+
placeholder: this.placeholder || this.labelNoTimeSelected
417418
},
418419
on: {
419420
show: this.onShow,

0 commit comments

Comments
 (0)