I'm working with ngx-mask v11.1.5 and am having difficulty creating a mask that allows both leading integers and omitted integers. For instance, both ".5" and "0.5" should be acceptable inputs and set the model to "0.5".
I've tried using the mask 9*.0*, since 9* should be 0 or more digits, but when testing with leading digits, I could not enter a decimal, and when testing without leading digits, I could not enter the trailing digits.