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 1fef2ca commit 63dc573Copy full SHA for 63dc573
src/lib/forms/ArrayField.js
@@ -110,7 +110,7 @@ export class ArrayField extends Component {
110
);
111
})}
112
113
- {helpText && <label className="helptext">{helpText}</label>}
+ {helpText && <label className="helptext">{helpText}</label>}
114
115
<Form.Group>
116
<Form.Button
src/lib/forms/SelectField.js
@@ -67,7 +67,7 @@ export class SelectField extends Component {
67
// otherwise it would be displayed despite updating the fieldu
68
(initialValue === value && getIn(initialErrors, fieldPath, null))
69
}
70
- label={{ children: label}}
+ label={{ children: label }}
71
name={fieldPath}
72
onBlur={handleBlur}
73
onChange={(event, data) => {
0 commit comments