I was trying to implement a single user-picker but when I use the "onInputChange" prop, I know that is a function, I don’t have clear the function of the same. Is necessary to implement to search the users (options), so I want to know a simple way to implement that function.
I see this example: https://codesandbox.io/s/guf05?file=/example.tsx
But is not clear for me...
Thanks!