Unplanned
Last Updated: 05 May 2021 10:47 by ADMIN
Akesh Gupta
Created on: 05 May 2021 10:46
Category: MaskedTextBox
Type: Feature Request
2
Make mask and unmask accessible outside of the MaskedTextBox control
It would be amazingly helpful if the MaskedTextBox _mask and _unmask functions could be made accessible like kendo.format and kendo.toString...
var value = '5189609249',
mask = '(###) ###-####',
maskedValue = kendo.mask(value, mask),
unmaskedValue = kendo.unmask(maskedValue, mask);

0 comments