sanniassin/react-input-mask

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

tanobi92 opened this issue · 0 comments

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.