get-focus / deprecated-focus-graph

Tools based on Redux to easily integrate forms, validate and manipulate data.
http://getfocus.io/focus-documentation/
MIT License
4 stars 3 forks source link

[Autocomplete] DidMount at every render #91

Closed tadam75 closed 8 years ago

tadam75 commented 8 years ago

Hello,

I have an autocomplete field in my form. Every time I type on another field (text for instance) there's a render of the form.

The problem is that the autocomplete field mounts every time and it causes a call to the server (with the code resolver).

Ephrame commented 8 years ago

95

tadam75 commented 8 years ago

Can you reopen it ? It's not fixed for me.

tadam75 commented 8 years ago

Ok when the inputComponent is a component and not a pure fonction.