Daniel Martins
Daniel Martins
Create an Input with TextInput Mask: ``` const FormInputCPF = ({ value, placeholder, ...rest }) => ( (cpfField = ref)} {...rest} value={value} type={'cpf'} placeholder={placeholder} placeholderTextColor="gray" keyboardType={'numeric'} style={styles.item} onSubmitEditing={() => phone.focus()}...
For me too, in Google Chrome. When the browser suggests autoComplete on the input
On Windows, this issue doesn't occur 🎉
Unfortunately, this problem occurs in Windows OS too