Socket
Socket
Sign inDemoInstall

react-formsy-combo-select

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-formsy-combo-select

A simple Formsy wrapper around react-combo-select.


Version published
Maintainers
1
Created
Source

react-formsy-combo-select

A simple Formsy wrapper around react-combo-select.

Installation

For use in your own project:

npm install --save react-formsy-combo-select

Usage

react-formsy-combo-select allows usage of react-combo-select with as a Formsy component, allowing it to work with Formsy validation and have its value included in the data passed as argument to Formsy.Form's onSubmit and onValidSubmit handlers.

import ComboSelect from 'react-formsy-combo-select';

Make sure you also include css files from the base react-combo-select package located in:

/node_modules/react-combo-select/style.css

/node_modules/font-awesome/css/font-awesome.min.css

props/options

The wrapper supports all the props expected by Formsy components and react-combo-select.

onChange works the react-combo-select way: new value as parameter rather than the event object.

For all other props, refer to Formsy and react-combo-select documentation:

https://github.com/markokostovski/react-combo-select

https://github.com/formsy/formsy-react

Keywords

FAQs

Package last updated on 22 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc