-
Notifications
You must be signed in to change notification settings - Fork 533
t.schema.validator.bind #163
New issue
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
Comments
Can you provide some additional details about the schema? |
schema == response data:
|
The fields are generated properly, but when I modify some value the error appears and no validation happens |
This seems to be wrong |
uhm, interesting. However, this is a pitty as the values are returned in json format from the middleware. |
@jmverges Can you provide a PR for this feature ? Thank you ! |
on it |
Can be tricky. Function evaluations require wrapping the function with |
No |
Hi there,
I'm loading the schema with axios and then, later the validation don't work:
Uncaught TypeError: t.schema.validator.bind is not a function
at js/app.js:60186
at VueComponent.validate (js/app.js:60186)
at VueComponent.boundFn [as validate] (js/app.js:19511)
at VueComponent.set (js/app.js:60186)
at Proxy.boundFn (js/app.js:19510)
at input (js/app.js:60186)
at HTMLInputElement.invoker (js/app.js:21328)
any clue?
Best,
Juan Manuel.
The text was updated successfully, but these errors were encountered: