MaskedInput: Add a way to stop the validation of bound entity's edditable attributes
MaskedInput's Value is bound to property of an Entity class. This property has EditableAttribute.
MaskedInput's will set IsReadOnly True if the EditableAttribute's AllowEdit is False.
Clients need mechanism to stop this validation in MaskedInput.