React Native textInput max length -


how set such attribute? example ccv field of credit card should have max length of 3. expiry date should have max length of 2 month , 4 years.

the maxlength prop part of react native:

<textinput value={this.state.text} maxlength={4} /> 

Popular posts from this blog