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

igx-time-picker resets when AM/PM is clicked #15158

Open
kdinev opened this issue Dec 10, 2024 · 0 comments
Open

igx-time-picker resets when AM/PM is clicked #15158

kdinev opened this issue Dec 10, 2024 · 0 comments

Comments

@kdinev
Copy link
Member

kdinev commented Dec 10, 2024

Description

When picking time from igx-time-picker if the already selected (AM/PM) is clicked, then the time is reset. This behavior is not observed if navigating with the keyboard.

  • igniteui-angular version: 19.0.x
  • browser: all

Steps to reproduce

  1. Create a time picker component
<igx-time-picker [itemsDelta]="{hours: 1, minutes: 15, seconds: 1}" [(ngModel)]="matchInEdit.startTime" mode="dialog">
  <label igxLabel i18n>Start time</label>
</igx-time-picker>
  1. Open to select time
  2. Click on the current AM or PM using the mouse.

Result

The time gets reset.

Expected result

The time should not get reset.

Attachments

Attach a sample if available, and screenshots, if applicable.

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

No branches or pull requests

2 participants