bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.
MIT License
1.61k stars 249 forks source link

Custom mask: '***' accepted white space #274

Open HenriqueFiorenzi opened 2 years ago

HenriqueFiorenzi commented 2 years ago

I created a custom input and using the Mask '***' it still accepts White Space.

ffffffffffffffffffff ggggeere ggggggggggggggggggg <TextInputMask type={'custom'} options={{ mask: '*********' }} value={setTeste} onChangeText={(text) => { setTeste({ text: text }) }} />