Andre Landgraf

Results 12 comments of Andre Landgraf

Hey! Just looked into this and I think you probably want to use the `value` and `setValue` states instead of `onChange`: ```tsx export default function Index() { const [inputValue, setInputValue]...

I agree that this is confusing. The `inputProps` are passed down to the underlying `input` element, and the `onChange` on `input` is not triggered when programmatically updating the input value....