antoniopresto / antd-mask-input

MIT License
88 stars 38 forks source link

How to use dynamic mask? #29

Closed jeffersonmello closed 2 years ago

jeffersonmello commented 2 years ago

its possible use dynamic mask? Like in the ngx-mask

mask="(00) 0000-0000||(00) 0 0000-0000"

m7ez1n commented 2 years ago

progress?

antoniopresto commented 2 years ago

in progress: https://github.com/antoniopresto/antd-mask-input/tree/feature/use-imask

m7ez1n commented 2 years ago

thanks for support

antoniopresto commented 2 years ago

I just published version 2.0 See examples in tests, readme or storybook: https://github.com/antoniopresto/antd-mask-input/blob/master/stories/input.stories.tsx

m7ez1n commented 2 years ago

ok, thank you for your support!