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

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.

  • 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"
      ...
    />
    
  • 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.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13