0
linch created
3 Answer(s)
-
0
Hello,
Thanks for reporting this issue. There are some known issues with
abp-modal
which will be fixed in 4.3.1 patch version. -
0
Hello again,
The cause of this issue was the default value of
container
input ofngbDatepicker
is not"body"
. https://ng-bootstrap.github.io/#/components/datepicker/api#NgbInputDatepickerWe've fixed it in
ThemeSharedModule
which 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.