onChange(event.target.value); }; return ( <div> <label htmlFor={props.name}>Income</label> <input type="number" name={props.name} ...
確定! 回上一頁