[Autocomplete] DidMount at every render
Closed this issue · 3 comments
tadam75 commented
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).
tadam75 commented
Can you reopen it ? It's not fixed for me.
tadam75 commented
Ok when the inputComponent is a component and not a pure fonction.