Unplanned
Last Updated: 11 Mar 2024 03:24 by Anthony
Created by: Anthony
Comments: 4
Category: Dialog
Type: Feature Request
1

Hi,

I'm using the DialogService and it would be good to be able to provide my own injector so I can extended the service. Currently the DialogService uses the container's injector.

Reason for this feature request is to provide data to the dialog itself via DI, similar to how Angular Material allows this via MAT_DIALOG_DATA injection token.

Thanks,

Anthony

Unplanned
Last Updated: 23 Feb 2024 10:05 by Dan
Created by: Dan
Comments: 0
Category: Dialog
Type: Feature Request
1

Provide a 'title' property for the DialogAction objects in order to have the ability to configure a tooltip for the action buttons of the Dialog when DialogService is used.

Currently, there is no existing option for setting a title for the action buttons when they are passed as a collection of DialogAction objects to the actions property. A title can be set only when the action buttons are configured separately in a template:

Unplanned
Last Updated: 09 Jun 2023 11:51 by ADMIN
Created by: Josef
Comments: 9
Category: Dialog
Type: Feature Request
7
How could I configure the dialog to NOT close after pressing the escape key
Unplanned
Last Updated: 24 Jun 2022 12:18 by G Walsh
Created by: G Walsh
Comments: 0
Category: Dialog
Type: Feature Request
0

Hi,

Please provide closing animations for the Dialog just like there are animations for the opening.

thanks

Unplanned
Last Updated: 27 Jul 2021 11:58 by ADMIN

Currently there is no way to provide a component from a lazy-loaded module as content in the Dialog Service. 

We need a way to pass in the correct injector/componentFactoryResolver to use to load the component with.

Further discussion and possible solution are available in the following Angular GitHub threads:

https://github.com/angular/angular/issues/14324

https://github.com/angular/angular/issues/17168

Unplanned
Last Updated: 29 Aug 2019 07:20 by ADMIN
Created by: Mariana
Comments: 1
Category: Dialog
Type: Feature Request
3

Hi,

We need to have it possible to close the active dialog by click on the overlay(backdrop). 

It's very natural as for me and is supported by a lot of libraries for modals/dialogs/windows

Unplanned
Last Updated: 09 Aug 2019 13:57 by ADMIN

Kendo Feature Request

Allow users to disabled keyboard navigation in the Dialog component.

We have a use case where there is a sliding panel in which users can open a dialog. Currently when pressing 'Esc' both our sliding panel and the modal close because they both listen to the document.keydown event. We would like to write some custom logic for this, so that we are able to handle the events in a way so it knows what to close. But we are unable to implement this since we have no way to overwrite/disable the logic in the Dialog component.