5 Answers, 1 is accepted
I have tested this in the demo and it is working as expected:
https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/suggestions/
Could you please share an example showcasing, the mentioned issue.
Regards,
Stefan
Progress Telerik
Hi Stefan,
Thanks for your reply!
It worked! Actually I was unaware of the suggest property.
I tried setting suggest property to true and it's working as expected. Thanks for your reply.
Hi Anthony,
For now, the ComboBox component will only highlight the item, but it will not scroll to it automatically.
If you want the item to be put into focus, this can currently be done by enabling the filtering functionality of the ComboBox.
Please refer to our documentation for information on how to do this:
https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/filtering/
Hope this is useful.
Regards,
Krissy
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Thanks Krissy,
I think I may like this approach better then a scrolling into view option.