Open LPMendoza opened 2 years ago
this would be quite useful
@garganurag893 Hello I also tested that PR, can you just merge it and republish npm package plz ?
It's so great that this is still not merged.
Please add the necessary typing in index.d.ts
to conform with the changes in the js file.
+ focus: () => void;
I have added the necessary typing to this PR Can you review it please? I think this is useful for the people @DroidZed @garganurag893 @janziemba @nachozullo 🙌🏻
Is this library not maintained? The @garganurag893 profile shows that he has not coding all this year and part of the last one 🤔
Is this library not maintained? The @garganurag893 profile shows that he has not coding all this year and part of the last one 🤔
maybe we can make a fork into our organization
Now the developers can use the focus method to focus the input.
Example:
<PhoneInput ref={inputPhone} /> <Button title='focus' onPress={() => inputPhone.current?.focus()} />