Skip to content

dock365/reform-react-select-field

Repository files navigation

Example

  <Field
    name="ClientId"
    label="Client"
    render={ComboBoxField}
    customProps={{
      options: this.props.clients,
      isMulti: true,
      closeMenuOnSelect: true,
    }}
  />