CaioQuirinoMedeiros / react-native-mask-input

🎭:iphone: A simple and effective Text Input with mask for ReactNative on iOS and Android. Includes obfuscation characters feature.

Home Page:https://www.npmjs.com/package/react-native-mask-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

12hr Time format with AM/PM

Habeeb-007 opened this issue · comments

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

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

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