Hi Gang,
Hoping someone can give some advice. I have a program with ComboBox<String> surrounded by a single line Border. The Combobox appears to NOT be readonly (ie isReadOnly returns false). But when I click on the box, the dropdown is present, but there is no line cursor, and I can’t modify. To me it seems like the Combobox is acting readonly. If I remove the Boundary, the Combobox appears to work correctly (ie I have a cursor and it lets me modify). I’m hoping someone might have seen something similar, and has a suggestion. Thanks in advance for any information.
Pete