Open JaosnHsieh opened 3 years ago
MacOS BigSur 11.2.3
Chrome Version 95.0.4638.54 (Official Build) (x86_64)
html
<select> <option> test </option> </select>
device.addEventListener("inputreport", (e) => { const data = e.data.buffer; console.log(new Date(), "received data", data); });
When the user click the "test" select element to open it, it will stop receiving data.
working example on codesandbox
MacOS BigSur 11.2.3
Chrome Version 95.0.4638.54 (Official Build) (x86_64)
html
When the user click the "test" select element to open it, it will stop receiving data.
working example on codesandbox