Javascript – How can I define a "anything" mask with imask.js?
Consider the following minimal example. I'm using imask.js to restrict input field values. But sometimes I just don't care about the value and would like to allow anything. If I don't set a value for the mask property it throws…