angular-input-masks
angular-input-masks copied to clipboard
Custom mask for blood pressure
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! We accept bounties via Bountysource.
Can you post a list of input value examples?