Open HenriqueFiorenzi opened 2 years ago
I created a custom input and using the Mask '***' it still accepts White Space.
<TextInputMask type={'custom'} options={{ mask: '*********' }} value={setTeste} onChangeText={(text) => { setTeste({ text: text }) }} />
I created a custom input and using the Mask '***' it still accepts White Space.
<TextInputMask type={'custom'} options={{ mask: '*********' }} value={setTeste} onChangeText={(text) => { setTeste({ text: text }) }} />