Skip to content
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

[Bug Report] v-edit-dialog missing buttons #10532

Closed
nonprofitnerd opened this issue Feb 10, 2020 · 1 comment
Closed

[Bug Report] v-edit-dialog missing buttons #10532

nonprofitnerd opened this issue Feb 10, 2020 · 1 comment
Labels
C: VMenu VMenu duplicate The issue has already been reported

Comments

@nonprofitnerd
Copy link

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

  <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>

Expected Behavior

'Save' and 'Cancel' buttons should shown

Actual Behavior

...

Reproduction Link

https://codepen.io/eatalay/pen/MWwwWKm

@ghost ghost added the S: triage label Feb 10, 2020
@jacekkarczmarczyk
Copy link
Member

Duplicate of #10522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VMenu VMenu duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants