ant-design-blazor/components/modal/config
zxyao 66a1169307 fix(module: modal): throw error when using ModalService if not set ModalOptions.AfterClose (#807) (#809)
* fix(module: modal): throw error when using ModalService (#807)

If ModalOptions.AfterClose is null, the exception will be thrown: delegate to an instance method cannot have null 'this'

* refactor: use automatic properties for  ModalOptions
2020-11-22 21:33:07 +08:00
..
ButtonProps.cs feat(module: modal): support getting the result from confirm (#476) 2020-08-22 09:24:55 +08:00
ConfirmButtonOptions.cs feat(module: modal): support getting the result from confirm (#476) 2020-08-22 09:24:55 +08:00
ConfirmOptions.cs fix(module: confirm): cannot config confirm width (#651) (#654) 2020-09-28 23:46:27 +08:00
DialogOptions.cs feat(module: modal): support draggable (#523) 2020-08-26 07:28:44 +08:00
IModalTemplate.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalClosingEventArgs.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalOptions.cs fix(module: modal): throw error when using ModalService if not set ModalOptions.AfterClose (#807) (#809) 2020-11-22 21:33:07 +08:00