Open
Description
Hello,
Browser: Microsoft Edge 44
Preact 10.3.1
Way to reproduce:
- visit the url https://preactjs.com/guide/v10/forms#select-input
- run the code in REPL
- the value is not getting updated (when you select any of the options)
Expected:
The value is updated properl and onInput callback is getting fired.