Skip to content

Commit

Permalink
feat: added manual input for date
Browse files Browse the repository at this point in the history
  • Loading branch information
SPageot committed Jun 15, 2022
1 parent 2329aef commit 43ab77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/DateSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const DateSelect = ({
<Input
ref={inputRef}
{...inputProps}
placeholder="Select Date"
placeholder="YYYY-MM-DD"
disabled={disabled}
/>
{InputProps?.endAdornment}
Expand Down

0 comments on commit 43ab77f

Please sign in to comment.