vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.62k stars 6.95k forks source link

[Feature Request] v-edit-dialog in Vuetify3 #19028

Open euberdeveloper opened 7 months ago

euberdeveloper commented 7 months ago

Problem to solve

The v-edit-dialog is very useful, but I don't find it on Vuetify3

Proposed solution

Implementing it

johnleider commented 4 months ago

This is now possible with the VConfirmEdit component. https://vuetifyjs.com/en/components/confirm-edit/

euberdeveloper commented 4 months ago

Thanks, very useful. Just one note, I was using that component in Vuetify 2 for editing tables data, like in this example

Is it still possible with the new component, and would it be possible to add such example also in the documentation of Vuetify 3, since a normal user wouldn't discover that nice possibility just from the APIs side?

Thanks

johnleider commented 4 months ago

At some point. Would love to have the support of the community with a P.R.

euberdeveloper commented 4 months ago

With a link to the docs repo/file I could do it after developing it

wen-nojial commented 4 months ago

@euberdeveloper - Would you be able to get this going? I found that the new "confirm-edit" does not match the pop-up feature/dialog. Especially editting in the tables data - this feature has not been able to fit the latest need.

euberdeveloper commented 4 months ago

In have Not tried yet, but it seems credible. In that case the issue should be reopened

andrewdobson1 commented 3 months ago

Just wanted to check if this feature request had been reopened? I can't migrate without it unfortunately.

KaelWD commented 3 months ago

This would be a documentation example.

wen-nojial commented 2 months ago

Does that mean that this component does replace the v-edit-dialog and there is simply a need for documentation on how it does such?

@KaelWD

andrewdobson1 commented 1 month ago

Hi @KaelWD, would you be able to provide some direction or an example on how to use the VConfirmEdit to achieve the same behaviour as the v-edit-dialog when working with a v-data-table?