Added aria-label
to MultivaluedStringComponent
(#4313)
This commit is contained in:
parent
941981f8fc
commit
2d8afd1a33
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ export const MultiValuedStringComponent = ({
|
|||
fieldId={name!}
|
||||
>
|
||||
<MultiLineInput
|
||||
aria-label={t(label!)}
|
||||
name={fieldName}
|
||||
isDisabled={isDisabled}
|
||||
defaultValue={[defaultValue]}
|
||||
|
|
Loading…
Reference in a new issue