我正在尝试使用 Kendo UI 制作一个蒙面的 DatePicker。幸运的是,我找到了一个如何实现这一目标的示例:
http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/datepicker/how-to/masked-date-picker-grid
不幸的是,我无法将掩码从 00/00/0000 更改为这个掩码:
$(element).kendoMaskedTextBox({ mask: that.options.dateOptions.mask || "rrrr-mm-dd" })
因为它破坏了它的功能。任何人都知道如何在此示例中更改掩码?