Open Closed

angular abp-modal issues in 4.3.0 #1250


User avatar
0
linch created

I use abp suite tools to create a new angular project and generate a sample page.

And the popup datepicker just show inside the abpBody.

What I want is the popup datepicker just like in blozor webassembly:

  • ABP Framework version: v4.3.0
  • UI type: Angular
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

3 Answer(s)
  • User Avatar
    0
    bunyamin created

    Hello,

    Thanks for reporting this issue. There are some known issues with abp-modal which will be fixed in 4.3.1 patch version.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    bunyamin created

    Hello again,

    The cause of this issue was the default value of container input of ngbDatepicker is not "body". https://ng-bootstrap.github.io/#/components/datepicker/api#NgbInputDatepicker

    We'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 setting container="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)
  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    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)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 24, 2026, 12:09
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.