@dock365/reform-react-select-field
v0.1.3
Published
React Select implementation from reform
Downloads
26
Readme
Example
<Field
name="ClientId"
label="Client"
render={ComboBoxField}
customProps={{
options: this.props.clients,
isMulti: true,
closeMenuOnSelect: true,
}}
/>