Closed akuskis closed 4 years ago
Fix indices of DropDownBox::setSelectedIndex. There is additional zero child which is shown on top of the button. This item contains caption of selected item...
So popup().children() returns array of:
that is why +1 is required
Fix indices of DropDownBox::setSelectedIndex. There is additional zero child which is shown on top of the button. This item contains caption of selected item...
So popup().children() returns array of:
that is why +1 is required