Skip to content

Commit

Permalink
Improve disable state
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed May 24, 2024
1 parent 4ad796b commit fa45e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/DateInput/DateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const DateInput: FC<DateInputProps> = ({
endAdornment={
<IconButton
className="px-0"
disabled={disabled}
variant="text"
onClick={() => setOpen(true)}
>
Expand All @@ -146,6 +145,7 @@ export const DateInput: FC<DateInputProps> = ({
{() => (
<Card>
<Calendar
disabled={disabled}
value={value}
isRange={isRange}
showDayOfWeek
Expand Down

0 comments on commit fa45e38

Please sign in to comment.