@dock365/reform-react-select-field
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Example

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

Package Sidebar

Install

npm i @dock365/reform-react-select-field

Weekly Downloads

18

Version

0.1.3

License

MIT

Unpacked Size

53.3 kB

Total Files

45

Last publish

Collaborators

  • hafeez.hamza
  • justinmanjooran