react-tags icon indicating copy to clipboard operation
react-tags copied to clipboard

Compatibility with redux-form or redux-fields

Open Guibod opened this issue 9 years ago • 2 comments

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).

Guibod avatar Mar 09 '16 22:03 Guibod

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 avatar Apr 18 '16 13:04 sebinsua

@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

wildfrontend avatar Oct 22 '18 07:10 wildfrontend