-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
v-edit-dialog broken #1169
Comments
With the new listeners from vue@2.4 this example needed to be updated. |
Hi, not sure that's enough, if I change that I get:
Here is my changed line:
Running on Vue 2.4.2 and Vuetify 0.14.7. The weird thing is, if I print the "e" object on the console, it surely has a "target" object and that has the correct "value" ... and if I check for "e.target" before setting the field, everything seems to work... any idea?
|
I have stumbled upon the same issue as smxsm. Getting
|
Steps to reproduce
Just go to the official documentation and try the datatable component with inline text editing.
Edit a value in the "#5 Search with custom page text" example data table and try to save it.
Versions
Vue 2.4.2, VuetifyJS v.0.14.7 on Chrome Browser Version 60.0.3112.78, Mac OS
What is expected ?
I expect changed values to be updated correctly.
What is actually happening ?
After editing a value, the field says "isTrusted: true" in JSON format, the user input is lost, and the field can't be saved since the value is invalid.
Reproduction Link
See here: https://vuetifyjs.com/components/data-tables
The text was updated successfully, but these errors were encountered: