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 7eb9b77 commit b5b5d84Copy full SHA for b5b5d84
src/components/form.js
@@ -198,7 +198,7 @@ export class FormMultiSelectInput extends React.Component {
198
199
render() {
200
return (
201
- <div className="rjf-multiselect-field">
+ <div className={this.props.readOnly ? "rjf-multiselect-field readonly" : "rjf-multiselect-field"}>
202
<FormInput
203
label={this.props.label}
204
help_text={this.props.help_text}
0 commit comments