Completed
Last Updated: 25 Jun 2014 09:23 by ADMIN
Chatra
Created on: 23 Jun 2014 14:48
Category: Kendo UI for jQuery
Type: Feature Request
1
Zip Code patterns Masking
Hi,

 I am looking for  array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits into Zip code text box.

 Something similar to 
 http://jsfiddle.net/8WvHE/


 Thanks,
 Chatrapathi chennam
1 comment
ADMIN
Telerik Admin
Posted on: 25 Jun 2014 09:23
Have you considered defining a custom mask (http://docs.telerik.com/kendo-ui/getting-started/web/maskedtextbox/overview#define-a-custom-mask-rule) via the rules attributes of our masked textbox widget, specifying appropriate RegExp for this purpose? 

This should help you achieve your goal.