-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: fx2.1
-
Component/s: javafx
With an editable ComboBox, once one select an item in the list, it cannot be selected again.
To reproduce:
- select an item from the list
- edit the textfield and set to any string
- select the same item from the list
==> the textfield is not updated (and so the ComboBox value)
If the item list has a single item, there is no way to select again the previously selected item.
To reproduce:
- select an item from the list
- edit the textfield and set to any string
- select the same item from the list
==> the textfield is not updated (and so the ComboBox value)
If the item list has a single item, there is no way to select again the previously selected item.