Skip to content

Instantly share code, notes, and snippets.

@JaySunSyn
Last active October 14, 2019 17:46
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 JaySunSyn/ce5c74f6ebdad1b24e0f5ac8b9a2c2d6 to your computer and use it in GitHub Desktop.
Save JaySunSyn/ce5c74f6ebdad1b24e0f5ac8b9a2c2d6 to your computer and use it in GitHub Desktop.
medium-null-example-two
_valueChanged(value) {
if (value) {
this.postUpdate(value);
return;
}
this._errorMessage = 'Please input an amount'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment