Skip to content

Commit 2ccc0c0

Browse files
committed
Fix bug introduced due to previous release
1 parent 545e9af commit 2ccc0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export class FormMultiSelectInputField extends React.Component {
252252
}
253253

254254
render() {
255-
let valueTitleMap = choicesValueTitleMap(this.props.options)
255+
let valueTitleMap = choicesValueTitleMap(this.props.options || this.props.value)
256256
return (
257257
<div
258258
className="rjf-multiselect-field-input"

0 commit comments

Comments
 (0)