Duplicates
Latest version
Summary 💡
I would like to be able to, upon text entry, query my backend. I cant seem to hook into onInputChange without altering the way the lifecycle works. Once I add onInputChange, the input is no longer being rendered, I try to pass the useState value into it, but for the life of me I cannot get it to work. I imagine this may have to do with the RHF integration?
How would you suggest basically listening for text input changes without mucking up the lifecycle?
Examples 🌈
No response