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 2c5978d commit 3f2bb65Copy full SHA for 3f2bb65
packages/pf3-component-mapper/src/files/select.js
@@ -20,7 +20,7 @@ const Select = (props) => {
20
inputAddon={inputAddon}
21
>
22
<div>
23
- <DataDrivenSelect classNamePrefix="ddorg__pf3-component-mapper__select" invalid={validationError(meta, validateOnMount)} {...rest} />
+ <DataDrivenSelect classNamePrefix="ddorg__pf3-component-mapper__select" invalid={!!validationError(meta, validateOnMount)} {...rest} />
24
</div>
25
</FormGroup>
26
);
0 commit comments