Skip to content

Commit

Permalink
Fix for issue 6640 (#6641)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Umanskiy <[email protected]>
  • Loading branch information
kartikchawla22 and lexasq authored Jul 4, 2024
1 parent b1b1f54 commit 48d9655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datepicker/bs-datepicker-input.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export class BsDatepickerInputDirective implements ControlValueAccessor, Validat
}

this._picker.bsValue = this._value;
this._onChange(this._value);
}

setDisabledState(isDisabled: boolean): void {
Expand Down

0 comments on commit 48d9655

Please sign in to comment.