You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, I am using this plugin in my react native application and my requirement is i want to add number with start with 0 like if my Indian number like 99999 99999 then i am try to write 09999 99999 so at final character when i reach 0 should be remove and in textfield allow me to write number 99999 99999. as per current plugin behavior it allows me type like 09999 99999.
User should be allow enter 99999 99999 and 0 should be remove form first place so is there any possibility on this ? how i can achieve this
The text was updated successfully, but these errors were encountered:
Hi team, I am using this plugin in my react native application and my requirement is i want to add number with start with 0 like if my Indian number like 99999 99999 then i am try to write 09999 99999 so at final character when i reach 0 should be remove and in textfield allow me to write number 99999 99999. as per current plugin behavior it allows me type like 09999 99999.
User should be allow enter 99999 99999 and 0 should be remove form first place so is there any possibility on this ? how i can achieve this
The text was updated successfully, but these errors were encountered: