-
Notifications
You must be signed in to change notification settings - Fork 532
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
[Vue-warn] when using custom fields #276
Comments
It is not your fault, I think. |
I have the same issue. Trying to use datePicker from
Nothing special and I see the warning too. |
Fixed |
Released in v2.1.1 |
Sampurasun!
Trying to create custom fields like this, it works perfectly. But, when I am looking on 'inspect element --> console' this [Vue-warn] was appear:
It's happen when create 'input text' and 'textarea'. This is an example code of custom fields fieldCustomInput.vue:
And I tried to defined 'formatValueToModel' in tag <script>, but it still didn't change anything.
Any idea what happen with my code?
Thanks
The text was updated successfully, but these errors were encountered: