How to use refs in function based components? You can use ref hooks to use refs. import react, { useRef } from 'react';. const input = props ...
確定! 回上一頁