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
Vuetify Version: 2.2.11 Last working version: 2.2.8 Vue Version: 2.6.11 Browsers: Chrome 75.0.3770.142 OS: Linux x86_64
<v-edit-dialog :return-value.sync="xx" large cancel-text="txtCancel" save-text="txtSave" @save="hello(item)" > {{ xx }} <template v-slot:input> <v-text-field v-model="xx" class="mt-5 pt-0" /> </template> </v-edit-dialog>
'Save' and 'Cancel' buttons should shown
...
https://codepen.io/eatalay/pen/MWwwWKm
The text was updated successfully, but these errors were encountered:
Duplicate of #10522
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 2.2.11
Last working version: 2.2.8
Vue Version: 2.6.11
Browsers: Chrome 75.0.3770.142
OS: Linux x86_64
Steps to reproduce
Expected Behavior
'Save' and 'Cancel' buttons should shown
Actual Behavior
...
Reproduction Link
https://codepen.io/eatalay/pen/MWwwWKm
The text was updated successfully, but these errors were encountered: