Open zapcriativo opened 4 years ago
So weirdly you have to set both editable
and disabled
props on the TextInputMask to make it work! Like this
// now it's disabled and readonly!
<TextInputMask editable={false} disabled={true} />
If you set only one of those props it won't work 🤯
Just editable={false} worked for me
Hi,
Is possible use Readonly or disabled in fled?