Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker not working correctly #18985

Closed
1 task done
sephit opened this issue Feb 10, 2024 · 0 comments
Closed
1 task done

Datepicker not working correctly #18985

sephit opened this issue Feb 10, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@sephit
Copy link
Contributor

sephit commented Feb 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

In Firefox, there is an issue when you try to open a dropdown inside a Modal. It closes automatically. It doesn't seem to happen in chrome.

https://www.loom.com/share/77c5c42318af4ff8b16f16e8729a7a66?sid=4c20182b-6621-4e39-9dd0-1f721967b51c

Reproduction Steps

Create a new clean ABP Project and generate an entity with a datetime and then in the UI, place a datepicker using the ABP TagHelpers

        <abp-date-picker auto-update-input="true" today-button-classes="btn-primary" asp-for="MainDemo.Date" data-date="@DateTime.Now.ToString("yyyy-MM-dd")" />

Expected behavior

We should be able to open the dropdown without issues in FIREFOX

Actual behavior

We can't open the dropdown in FIREFOX

Regression?

No response

Known Workarounds

Seems to be related with this
https://stackoverflow.com/questions/22050641/month-select-in-datepicker-inside-a-bootstrap-modal-wont-work-in-firefox
twbs/bootstrap#19971
twbs/bootstrap#19971 (comment)

Version

8.0.2

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants