textfieldWrapper(props => { const { inputRef, ...rest } = props; // default number of rows if (!'rows' in rest) rest.rows = 2; return <textarea ...
確定! 回上一頁