Using kendo SPA and I have the following:
<input type="text" id="txtBillingZip" data-role="maskedtextbox" data-mask="00000" />For some reason, the mask doesn't work. But when I change the mask to this:
<input type="text" id="txtBillingZip" data-role="maskedtextbox" data-mask="00000 " />The mask works as expected, but of course has the space at the end which I don't want.
Any thoughts?
