Skip to content

Commit

Permalink
fix bug related to ticket #6703 placeholder not updating due to wrong… (
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-mitton authored Jan 14, 2025
1 parent 3904aa6 commit 8d6c34f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export const DateInput3: React.FC<DateInput3Props> = React.memo(function _DateIn
const handleInputBlur = React.useCallback(
(e: React.FocusEvent<HTMLInputElement>) => {
if (inputValue == null || valueAsDate == null) {
setIsInputFocused(false);
return;
}

Expand Down

1 comment on commit 8d6c34f

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix bug related to ticket #6703 placeholder not updating due to wrong… (#7121)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.