screw123 / p001-frontend

https://p001.now.sh
4 stars 0 forks source link

MultiSelect #15

Closed screw123 closed 5 years ago

screw123 commented 6 years ago

./src/component/Formik-MultiSelect.js

This is a component for Formik form Parent will provide {options} as props, which is [{value: String, label: String}, ...] If options.length <= 3, generate "option boxes" If options.length > 3, generate "react-select" dropdown box

Props List

A custom option will need to accept and react to following props:

Spec

screw123 commented 6 years ago

Is done

screw123 commented 6 years ago

Change required.

Props

Spec