André do Vale

Results 1 comments of André do Vale

For controlled inputs: ``` handlerChangeBrazilianPhone = (ev) => { const brazilianPhone = ev.target.value.replace(/[^0-9]+/g, '') this.setState({ brazilianPhone }) } ... mask={this.state.brazilianPhone.length