controlsfx / controlsfx

High quality UI controls to complement the core JavaFX distribution
https://controlsfx.org
BSD 3-Clause "New" or "Revised" License
1.56k stars 268 forks source link

CheckComboBox title does not update after .getItems().clear() #1023

Open JonathanGiles opened 6 years ago

JonathanGiles commented 6 years ago

Original report by Robert Snell (Bitbucket: rsnell72, GitHub: rsnell72).


If I have a CheckComboBox with some string items set. I select one of the items. The title updates with the string. I call .getItems().clear() The title remains populated with the string. I would expect the title to be blank.

JonathanGiles commented 6 years ago

Original comment by Robert Snell (Bitbucket: rsnell72, GitHub: rsnell72).


Small sample.