Skip to content

Instantly share code, notes, and snippets.

@jakes2255
Created November 1, 2020 14:24
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/8d5aa395ca00a3c9d03be64bf2fb8384 to your computer and use it in GitHub Desktop.
Save jakes2255/8d5aa395ca00a3c9d03be64bf2fb8384 to your computer and use it in GitHub Desktop.
if(mobNum.indexOf('.')!=-1){
MessageToast.show("No decimal values 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