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

RadzenDatePicker focus out issue on field edit #1514

Closed
irtazaali opened this issue May 17, 2024 · 1 comment
Closed

RadzenDatePicker focus out issue on field edit #1514

irtazaali opened this issue May 17, 2024 · 1 comment

Comments

@irtazaali
Copy link

RadzenDatePicker bind value not updated when date is edited in the text field and at the same time HTML button type submit clicked

Steps to reproduce the behavior:

  1. Select date from picker
  2. Edit date in the date field by changing value manually for year
  3. Without clicking on any control on the form click submit button (HTML button type=submit)
  4. The last edit of date picker field does not apply to the bind value

Alternatively before clicking submit button, click anywhere on the form or other fields, the change applies to the bind value

Browser: Chrome, Bing

@enchev
Copy link
Collaborator

enchev commented May 21, 2024

I believe that this will be the case with any input. You can use @oninput event to update the value while typing.

@enchev enchev closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants