3 Answer(s)
-
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" ... />Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
This question has been automatically marked as stale because it has not had recent activity.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


