antoniopresto / antd-mask-input

MIT License
88 stars 38 forks source link

How to control dispatching masks outside #64

Open TanyuS opened 2 years ago

TanyuS commented 2 years ago

What am I doing wrong? I've prepared a sandbox https://stackblitz.com/edit/react-ts-sn4acx?file=PhoneInput.tsx

joaquinipar commented 1 year ago

Hi, @TanyuS. Did you find a way to make it work? I'm having a similar problem

TanyuS commented 1 year ago

I had to override the main file from the library. As I can see, licence allows it. Here is my solution https://stackblitz.com/edit/override-antd-masked-input

antoniopresto commented 1 year ago

Hi @TanyuS thanks for your solution. Feel free to send a pull request :)