Add confirmation Dialog when removing a file inside the Upload's list.
Environment
Product Version | 3.10.0 |
Product | Progress® Kendo UI for Vue Native Upload |
Description
This Knowledge base(KB) article demonstrates how we can add a confirmation Dialog when removing a file inside the list of the Upload component.
KB sections
Solution description
To achieve the demonstrated behavior, we need to use the list prop of the Upload component and pass a custom template to it. You can find more details about the usage of the list property on our Upload customization demo.
Runnable example
To test the following example, select files for Upload and click on one of the "X" buttons inside the Upload's list.