Skip to content

Commit

Permalink
move menu position (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza authored Jan 5, 2024
1 parent e7f6652 commit 09ae215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const DateFormField = React.forwardRef<

return (
<FormField
ref={fwdRef}
label={label}
description={description}
disabled={disabled}
Expand All @@ -51,6 +50,7 @@ export const DateFormField = React.forwardRef<
{...rest}
>
<FormFieldInputContainer
ref={fwdRef}
role="combobox"
tabIndex={-1}
aria-label={!label && ariaLabelProp ? ariaLabelProp : undefined}
Expand Down

0 comments on commit 09ae215

Please sign in to comment.