We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting a 'getValidValue is undefined' error with the latest 0.0.9 build. This error does not occur in the 0.0.8 build.
The text was updated successfully, but these errors were encountered:
Note: this occurs when giving the focus
Sorry, something went wrong.
For me this was fixed by setting the string format when setting value on momentjs moment/moment#1407
Also encountered this issue, context::
ReferenceError: getValidValue is not defined: setSingleDate(getValidValue(defaults[0], ___format, moment.locale(opt.language))...
This seems to be caused by b1ca6c2
When moving the getValidValue() function outside the checkAndSetDefaultValue(), this error does not occur. Will provide a PR for this.
getValidValue()
checkAndSetDefaultValue()
No branches or pull requests
I am getting a 'getValidValue is undefined' error with the latest 0.0.9 build. This error does not occur in the 0.0.8 build.
The text was updated successfully, but these errors were encountered: