I have a DropDownList inside a label for implicit association:
<
label
>
<
DropDownList
data={['alpha', 'bravo', 'charlie']} />
</
label
>
This all renders correctly at an initial glance. However, when I click on the DropDownList to select an option, I get an empty animation container with no items, though the container is sized for them if they were there. The container disappears promptly thereafter. If I click the label, the list appears correctly; if I double-click the DropDownList, it also appears correctly. Is there anything I can do to make this work more naturally? I would log this in your issue tracker, but I do not have access to github.