Default value is not used correctly in MaskedTextInput
foyarash opened this issue · 2 comments
foyarash commented
Steps to reproduce
- Create a MaskedTextInput
- Pass it a default value
Expected behaviour
The default value should be displayed in the input.
Actual behaviour
The input is empty as the onChangeText
prop is triggered with empty values
See this snack
Environment
- Expo v41
react-native-mask-text
Version: ^0.2.0
github-actions commented
🎉 This issue has been resolved in version 0.2.2 🎉
The release is available on:
Your semantic-release bot 📦🚀