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

IgbDatePicker ValueChanged event does not fire when clearing when Mode=Dialog #149

Open
agoldenbaum opened this issue Feb 26, 2025 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@agoldenbaum
Copy link

Steps to Reproduce:

  1. Run the attached sample project and open the dev console window.
  2. Select a date.
  3. Click the clear button.

Result:
After step 2, the value is shown in the console because the ValueChanged event is hit. The event is not hit after step 3, but it should be as the value is changing.

datePickerBug.zip

@agoldenbaum agoldenbaum added the 🐛 bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant