Skip to content

combobox: Set focus on text field within combobox

David Edmundson requested to merge work/d_ed/combox1 into master

A Combobox is made of two controls. A Control is a FocusScope within this focus scope we want the text field to have focus so it has focus whenever the parent control does.

Merge request reports