assisrafael / angular-input-masks

Opinionated input masks for AngularJS
http://assisrafael.github.io/angular-input-masks/
MIT License
963 stars 329 forks source link

Custom mask for blood pressure #270

Open demorales13 opened 7 years ago

demorales13 commented 7 years ago

Hi, I tried to make a blood pressure mask but I could not. The pattern that I'm using is ^[0-9]{2,3}\/[0-9]{2,3}$. This pattern work fine but the mask does not allow me to place 2 or 3 numbers before or/and after of the "/". Thanks in advance.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44385224-custom-mask-for-blood-pressure?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).
assisrafael commented 6 years ago

Can you post a list of input value examples?