https://www.smartclient.com/smartcli...d=checkboxItem
in the above showcase example, when we open the dropdown of a ComboBoxItem - (name: "bugStatus",), the other components still clickable when i move the mouse to them.
but when I open the dropdown of a selectItem - (name: "selectItem",), then all other components are not clickable if I don't close the dropdown.
is there any properties I can set in the selectItem to make it have the same behavior as ComboBoxItem?
in the above showcase example, when we open the dropdown of a ComboBoxItem - (name: "bugStatus",), the other components still clickable when i move the mouse to them.
but when I open the dropdown of a selectItem - (name: "selectItem",), then all other components are not clickable if I don't close the dropdown.
is there any properties I can set in the selectItem to make it have the same behavior as ComboBoxItem?
Comment