0
Views
2
Comments
Combo Box Focus issue
Question
Hi,

I've succesfully set up two linked combo boxes, but there's one problem:
Combo Box 1: Selection of a company: On Change it calls a function to update the ContactList and call ajax refresh. Combo Box 2: Directly after Combo Box 1, displays the contacts. If I use the mouse to go from Combo Box 1 the second Combo Box displays the correct values. If I use the tab it just skips the Combo Box completely.

Looks like the tab-order isn't working correctly, is there a solution for this issue?
2018-04-18 15-16-17
Norman Noronha
Hi, 

I think what you need is to overide the tabindex (please have a look at this thread: https://www.outsystems.com/NetworkForums/ViewTopic.aspx?TopicId=5983&Topic=Set-the-tab-order-of-fields)
UserImage.jpg
Stef Roskam
Thanks!

That fixed the issue.

Best regards,

Stef Roskam
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.