Skip to content

Commit

Permalink
fix(date-picker): stop updating local value on key press (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee authored Nov 15, 2021
1 parent d309f44 commit ee619d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ export class DatePicker {

handleKeyPress(e) {
this.hasValue = e.target.value != null && e.target.value !== '';
this.value = e.target.value;
}

render() {
Expand Down

0 comments on commit ee619d0

Please sign in to comment.