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

[BUG][NumericTextBox] The component is not correctly updated on keyUp events #627

Open
InaGlushkova opened this issue Oct 28, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium

Comments

@InaGlushkova
Copy link

InaGlushkova commented Oct 28, 2024

Describe the bug
The component is not correctly updated on keyUp events.

To Reproduce
Steps to reproduce the behavior:
Open the example HERE.

  1. Enter a number
  2. press Enter/or any key - the value is still inside the NumericTextBox
  3. Click outside the component - the value is being updated

Expected behavior
The value should be updated on Enter/any key/.

Available workaround
Available workaround example HERE.
Use the emitBlur() event to update the value correctly.

Reported under ticket ID: 1667835.

@InaGlushkova InaGlushkova added Bug Item which indicates that something is not working SEV: Low Kendo UI for Vue SEV: Medium and removed SEV: Low labels Oct 28, 2024
@InaGlushkova InaGlushkova changed the title [BUG][NumericTextBox] The component is not correctly updated on Enter [BUG][NumericTextBox] The component is not correctly updated on keyUp events Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant