There is a particular scenario where I don't want the remote validation to actually get executed. In particular, this is when you have a field, say a "username" field and the user is editing the field and the value of the field is their current username. This is considered a valid username and remote check shouldn't execute.
Any suggestions? Thanks