Skip to content

[Date picker] ValueChanged events are fired mutiple times in date picker #142

@valadzhov

Description

@valadzhov

Description

The ValueChange event is fired when the value is changed and again when the date picker loses focus.

Steps to reproduce

  1. Download and start the attached sample.
  2. Change the date and pay attention to the counter which represents the number of time the ValueChange event is fired.
  3. The counter is incremented.
  4. Click outside the date picker - the counter is incremented again.

Result

The ValueChange event is fired twice while it should be only once.

Expected result

The ValueChange event should be fired only once (when changing the date?).

Attachments

Attach a sample if available, and screenshots, if applicable.
date-picker-dev_Blazor-2-date-pickers.zip

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions