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

Combobox does not scroll to focused item

Open zdravkov opened this issue 1 year ago • 3 comments

Describe the bug Combobox does not scroll to focused item

To Reproduce https://stackblitz.com/edit/u4crwa?file=src%2Fmain.vue

Type v

Expected behavior Volleyball is scrolled into view

zdravkov avatar Mar 30 '23 14:03 zdravkov

Fixed in version 3.10.0

zdravkov avatar May 12 '23 10:05 zdravkov

Reopening the issue due to a report in the Feedback portal.

The auto-focusing is not working on longer lists - https://codesandbox.io/p/sandbox/ecstatic-leavitt-2qyhcf?file=%2Fsrc%2Fmain.vue%3A9%2C9

PekoPPT avatar Dec 20 '23 14:12 PekoPPT

Additional details have been provided and the source of the issue seems to be ComboBox items that are displayed on multiple lines. Having such items breaks the scrolling calculation.

PekoPPT avatar Feb 16 '24 13:02 PekoPPT