forwardRef to pass the ref too const Select = React.forwardRef(({ onChange, onBlur, name, label }, ref) => ( <> <label>{label}</label> <select name={name} ...
確定! 回上一頁