Dropdown arrow key navigation problem


#1

So I had this topic (but it was closed):

The solution is very nice and just what I need. The problem is if I modify it. I want the dropdown list to show on text change in input, not on click. But if I do that, I can no longer navigate through list items. Also, I would want that input would be in focus while I navigate. Is this possible?

dropdown_problem.rp (55.6 KB)


#2

Try moving the "keyController"s logic to the dropdown and remove the focus shift from the repeater’s OnShow event.