Skip to content

Commit

Permalink
[@mantine/core] Set correct accessible name on date picker input comp…
Browse files Browse the repository at this point in the history
…onents
  • Loading branch information
filiptammergard committed Sep 12, 2023
1 parent 0455a0f commit dea37d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export const PickerInputBase = forwardRef<HTMLButtonElement, PickerInputBaseProp
>
<Popover.Target shouldOverrideDefaultTargetId={!hasLabel}>
<Input
aria-label={formattedValue}
data-dates-input
data-read-only={readOnly || undefined}
disabled={disabled}
Expand Down

0 comments on commit dea37d2

Please sign in to comment.