sanniassin / react-input-mask

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

How to use mask be like "\([a-zA-Z0-9.\-|\:]{1,}\)"? #314

Open tanobi92 opened 1 year ago

tanobi92 commented 1 year ago

I want to use mask for string : "(172.27.173.182:3001|localhost:3001|172.27.131.174|google.com)". The string's length is dynamic. image

Help me, please! Thanks.