Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mantinedev/mantine
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Sep 3, 2022
2 parents 2b2a527 + 5285783 commit 63278c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-dates/src/components/TimeInput/TimeInput.tsx
Expand Up @@ -246,7 +246,7 @@ export const TimeInput = forwardRef<HTMLInputElement, TimeInputProps>(
};

const rightSection =
clearable && _value ? (
clearable && _value && !disabled ? (
<CloseButton
variant="transparent"
aria-label={clearButtonLabel}
Expand Down

0 comments on commit 63278c1

Please sign in to comment.