We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d717f0f commit 55aca6cCopy full SHA for 55aca6c
src/lib/forms/TextAreaField.js
@@ -16,7 +16,7 @@ export class TextAreaField extends Component {
16
renderFormField = ({ form, ...cmpProps }) => {
17
const { fieldPath, ...uiProps } = cmpProps;
18
return (
19
- <Form.Field id={fieldPath} className="invenio-text-area-field">
+ <Form.Field className="invenio-text-area-field">
20
<Form.TextArea
21
id={fieldPath}
22
name={fieldPath}
0 commit comments