Facundo Flores
Results
1
issues of
Facundo Flores
Based on the `MaskedInput` component provided for react, I've created the following one: ``` class Picker extends Component { constructor(props) { super(props); this.state = { customMask: this.props.withTime ? DATETIME_MASK :...