Stefan de Graaf

Results 2 issues of Stefan de Graaf

I wanted to create a mask with a required start of the string and tried this (used for local phone-numbers which always start with "06-"): `Inputmask({regex: "\\06-\\d{8}"}).mask(container.querySelectorAll("input[data-inputmask-phone]"));` This almost does...

I don't know if this is a bug or I'm just trying to use it the wrong way, but I'm trying to use a custom version of SASS (3.4.4) and...

bug