0
linch created
3 Answer(s)
-
0
Hello,
Thanks for reporting this issue. There are some known issues with
abp-modalwhich will be fixed in 4.3.1 patch version. -
0
Hello again,
The cause of this issue was the default value of
containerinput ofngbDatepickeris not"body". https://ng-bootstrap.github.io/#/components/datepicker/api#NgbInputDatepickerWe've fixed it in
ThemeSharedModulewhich is used throughout the application and will be available in the patch version. Meanwhile, you can fix it by simply settingcontainer="body"it as follows:<input ... ngbDatepicker container="body" ... /> -
0
This question has been automatically marked as stale because it has not had recent activity.


