Last active
October 14, 2019 17:46
-
-
Save JaySunSyn/ce5c74f6ebdad1b24e0f5ac8b9a2c2d6 to your computer and use it in GitHub Desktop.
medium-null-example-two
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_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