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

Tabbing to and away from a virtualized ComboBox changes the widget value with the text from its input #4616

Closed
veselints opened this issue Oct 25, 2018 · 0 comments

Comments

@veselints
Copy link
Contributor

Bug report

Tabbing to and away from a ComboBox changes the widget value with the text from its input. This happens when the ComboBox uses virtualization and the initially selected item is not on the first page of the ComboBox DataSource.

This is a regression introduced in R3 2018.3.911

Related to: #3558

Reproduction of the problem

  • Run the following Dojo
  • Focus the first input - the current value of the ComboBox will be printed on the console;
  • Tab to the ComboBox and then away from it - the ComboBox DataSource.data() and the ComboBox.value() will be printed on the console. Note, that the value of the widget has changed to the text populated in the input of the widget;

Expected/desired behavior

The value() of the widget should not change on Tab away

Environment

  • Kendo UI version: 2018.3.911
  • Browser: [all]
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

5 participants