Aug 23, 2017 · 1 min read
Yep, that’s totally possible. In fact, if you look closely at the recipient chooser gif in the blog post you’ll see that we’re doing this exact same thing. You’ll need to control the selectedItem and just update it in onStateChange whenever the user changes the inputValue. Or you could just add an onChange handler on the input as well (do that with getInputProps({onChange: yourHandler}). Good luck!
