Skip to content

Commit

Permalink
don't case for textinput prop
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed May 28, 2024
1 parent bc682bc commit 60f71a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const LeafyGreenTextInput: React.FC<
data-cy={dataCy}
value={value === null || value === undefined ? "" : `${value}`}
aria-labelledby={ariaLabelledBy}
label={ariaLabelledBy ? undefined : label}
label={label}
placeholder={placeholder || undefined}
description={description}
optional={optional}
Expand Down

0 comments on commit 60f71a4

Please sign in to comment.