sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.21k stars 257 forks source link

Using maskChar instead of maskPlaceholder #283

Closed chiralium closed 2 years ago

chiralium commented 2 years ago

image

index.d.ts having maskPlaceholder, but real prop name is maskChar, so I should use the ts-ignore to change default mask placeholder char

image

ailchenkoDynamo commented 2 years ago

you are using different versions of main package and package with types

chiralium commented 2 years ago

you are using different versions of main package and package with types

ok, this make sense. thank you for your reply.