Skip to content

Commit b89addd

Browse files
authored
Update form-datepicker.js
1 parent 66ef2c5 commit b89addd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
377377
const disabled = this.disabled
378378
const readonly = this.readonly
379379
const required = this.required
380-
// These should move moved into computed props
380+
// TODO: move these to computed props
381381
const idButton = this.safeId()
382382
const idLabel = this.safeId('_value_')
383383
const idMenu = this.safeId('_dialog_')

0 commit comments

Comments
 (0)