JQuery MaskedInput option
Can we have an option in MaskedInput plugin to NOT clear the input field data onBlur if it has invalid entries? For example, as of now, it clears a date entry field with masking of '99/99/9999' if the entry has less than 8 digits. In certain cases we would like user to see what invalid entry has been entered.
Also it'll be nice if the plugin can allow a function to be passed as option parameter, which will be called onblur. This function can perform additional validation on the entry field.