Skip to content

Commit 6213628

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
Readds testid to textarea field
1 parent 830d7ab commit 6213628

File tree

1 file changed

+1
-0
lines changed
  • packages/orchestrator-ui-components/src/components/WfoPydanticForm/fields

1 file changed

+1
-0
lines changed

packages/orchestrator-ui-components/src/components/WfoPydanticForm/fields/TextArea.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const TextArea: PydanticFormControlledElement = ({
1616
name={pydanticFormField.id}
1717
onChange={(event) => onChange(event.target.value)}
1818
value={value ?? ''}
19+
id={`input-${pydanticFormField.id}`}
1920
fullWidth
2021
/>
2122
);

0 commit comments

Comments
 (0)