kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Bug][ComboBox] With enabled 'suggest', sometimes additional values are added to the selected item text

Open kdikov82 opened this issue 1 year ago • 0 comments

To Reproduce

  1. Open the following example: https://stackblitz.com/edit/8r65ze?file=src%2Fmain.vue
  2. Type in "Bos" and click "Bosnia & Herzegovina" in the popup
  3. Press delete (which will remove the highlighted text) and write "ni" (to get "Bosni)
  4. Click on "Bosnia & Herzegovina" again

The wrong result will be "Bosnia & Herzegovinaa & Herzegovina".

Expected behavior Only the selected item text should be added in the input

kdikov82 avatar Nov 14 '23 07:11 kdikov82