Actualmente estoy usando el código.
// allow user to tip a set amount. let tipAmount = window.web3.utils.toWei('.1', 'Ether') console.log(event.target.name, tipAmount) this.props.tipVideoOwner(event.target.name, tipAmount) }}¿Hay alguna manera de hacer que 0.1 Eth sea una cantidad personalizada establecida por el usuario?