react-tags
react-tags copied to clipboard
Compatibility with redux-form or redux-fields
I'd like to know if you can allow control over the <input /> field.
I need to be able to use a custom component for the input field (because I use redux-form and material-ui).
I have this same problem. redux-form would normally maintain the state of the form within a redux store for me. Instead I'm going to have to make the handle* methods fire actions that amend the store state manually.
Edit: Here is the correct solution: http://redux-form.com/5.2.3/#/faq/custom-component?_k=axzzbt
@sebinsua could you get me a simple?
i try it but tags value was return undefined
-----update i fix it
this is my example https://gist.github.com/Louis-Chen/fa3772875117c0f8c72d9beeeb92be8e