Skip to content

Instantly share code, notes, and snippets.

@eric-burel
Created April 16, 2018 20:02
Show Gist options
  • Save eric-burel/4807e7ca2830ba2afca664ff58a97382 to your computer and use it in GitHub Desktop.
Save eric-burel/4807e7ca2830ba2afca664ff58a97382 to your computer and use it in GitHub Desktop.
geeglee-redux-form
<ArrayElement keyPath="subsets" onChange={updateReduxState}>
<ObjectElement wrapper>
<StringInput keyPath="name"/>
<QueryInput keyPath="column" options={availableColumns}/>
<StringInput keyPath="value" />
<ColorInput keyPath="color" />
</ObjectElement>
<ArrayElement/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment