Im working in MVC 5.2 .NET 4.5:
Can anyone point me to a js or other library / method for an input mask that will unmask and just send the entered data in the view model to the controller?
Any .js library I've tried so far that can unmask, still sends the mask to the controller.
Thank you.