Unplanned
Last Updated: 06 Nov 2023 16:56 by Miroslav
Miroslav
Created on: 06 Nov 2023 16:56
Category: ComboBox
Type: Bug Report
2
When AllowCustom = true ValueChanged is not fired if the new input matches an item from the list

Reproduction: https://blazorrepl.telerik.com/cHbFYUFq53Ext4Yt24.

Steps to reproduce:

  1. Open popup.
  2. Use the keyboard to navigate to the first item.
  3. Type "1", so the input value is "item11" (a value that matches an item from the list) -> ValueChanged is not fired.
  4. Type "1" again, so the input value is "item111" (this is a custom value not present in the list) -> ValueChanged is fired.
  5. Delete the last "1", so the input value is again "item11"(a value that matches an item from the list) -> ValueChanged is not fired.
0 comments