https://reactjs.org/docs/dom-elements.html#onchange ... input.addEventListener('input', yourCallback);<Or>input.oninput = yourCallback;.
確定! 回上一頁