|
|
I have a dynamic grid in which there is a textbox that is currently accepting numbers but I want to apply masking in that texbox. From what I have searched the easiest way is to use jquery plugin. So i installed one from jsuites and there they said to just use data-mask=your required format in your input tag and your masking will be applied. But it still did not work. How can I apply masking or is there any other easy way?
|