Skip to content

Commit

Permalink
Merge pull request #3104 from ONSdigital/EAR-2354-display-validation-…
Browse files Browse the repository at this point in the history
…error-border

EAR-2354-Display-validation-error-border-in-TextField-character-limit-Input
  • Loading branch information
Farhanam76 authored Mar 13, 2024
2 parents 9be1d5e + 857e72c commit 479092f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const TextFieldProperties = ({
value={maxLength}
onBlur={() => onUpdateMaxLength(maxLength)}
onChange={({ value }) => setMaxLength(value)}
invalid={errors.length > 0}
data-test="limitCharacterInput"
/>
</InlineField>
Expand Down

0 comments on commit 479092f

Please sign in to comment.