ComboBox - disabling

hi! My ComboBox instance is ‘select’.

select.enabled = false;

All fine. The cb is greyed out.

select.enabled = true;

The cb is not greyed out anymore: fine. BUT: it seems I cannot select an item anymore. The dropdown works, but after the click on a item, it doesn’t appear in the prompt area.

Any idea?