Skip to content

Instantly share code, notes, and snippets.

@jakes2255
Created November 1, 2020 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakes2255/2c71d5c7c26b24cbbaf82ec396f85b2b to your computer and use it in GitHub Desktop.
Save jakes2255/2c71d5c7c26b24cbbaf82ec396f85b2b to your computer and use it in GitHub Desktop.
if(isNaN(mobNum)){
MessageToast.show("Only numbers please!");
input.setValue(mobNum.substring(0,mobNum.length-1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment