The ComboBox class javadoc states that:
"3. Clearing the selection in the selection model does not null the value property - it remains the same as before."
This is not true, the value does null the value and this behavior is even covered by the ComboBoxTest.ensureSelectionModelClearsValueProperty.
"3. Clearing the selection in the selection model does not null the value property - it remains the same as before."
This is not true, the value does null the value and this behavior is even covered by the ComboBoxTest.ensureSelectionModelClearsValueProperty.