Not Giving All Ten Numbers For Some Number
Author: FaizyQadriCreated Aug 27, 2024Updated Aug 27, 2024
<TextInput style={style.input} mode="flat" activeUnderlineColor="#7D7D7D" color="#000000" inputContainerStyle={{color: 'grey'}} label="Contact Number" value={values.contectnumber} render={props => ( <MaskInput {...props} mask={Masks.USA_PHONE} /> )} />
if my data values.contectnumber is 76664XXXXX then its show (766)4XX-XXXX
but if my number is 86002XXXXX then its showing only 9 (860)2XX-XXXSource: text-mask/text-mask