To understand how to use multiple references with React Hooks, ... {data.map((element, i) => <input ref = {el => inputRef.current[i] = el} ...
確定! 回上一頁