CaioQuirinoMedeiros / react-native-mask-input

🎭:iphone: A simple and effective Text Input with mask for ReactNative on iOS and Android. Includes obfuscation characters feature.
https://www.npmjs.com/package/react-native-mask-input
MIT License
309 stars 31 forks source link

12hr Time format with AM/PM #49

Closed Habeeb-007 closed 7 months ago

Habeeb-007 commented 7 months ago

Hey i am new to react native i found this package when i search formatted textinput but dont know hot to format for this, could someone please help me to complete this format also i tried with custom format but the issue was i cant be ablto to set Am if the user press a and vice versa for pm and is it possible to change keyboard type as well while cursor in am part

CaioQuirinoMedeiros commented 7 months ago

[/\d/, /\d/, ':', /\d/, /\d/, " ", /[AaPp]/, /[Mm]/] try this mask (I haven't test it though)

Habeeb-007 commented 7 months ago

Thanks a lot bro its worked and i have added extra validation as well