I would like the OnChange event for textbox to not to call for similar values like 7 and 7.000. I know a way to do this is by setting data attribute but this way I have to keep changing the data attribute for each newly entered value in the textbox.
Is there any work around to solve this and not call the OnChange event for similar values provided?