Jose Garcia

Results 1 issues of Jose Garcia

Using the following mask. ``` val postCodeMask = Mask( value = "___ ___", character = '_', style = MaskStyle.NORMAL ) ``` I get an IndexOutOfBoundsExeption when hitting the space character...