Skip to content

Instantly share code, notes, and snippets.

View ztolley's full-sized avatar
🏠
Working from home

Zac Tolley ztolley

🏠
Working from home
View GitHub Profile
import React from 'react';
import { Field, reduxForm } from 'redux-form';
import AutoSuggest from 'react-autosuggest';
import styles from './styles.css';
const suggestions = [
{ label: 'Apple', value: 1 },
{ label: 'Aqua', value: 2 },
{ label: 'Banana', value: 3 },
{ label: 'Bean', value: 4 },