Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8113601

Cannot clear selection in ChoiceBox

XMLWordPrintable

      It does not currently appear to be possible to clear the selection in a ChoiceBox. None of the following calls have any effect:

          choiceBox.getSelectionModel().clearSelection();
          choiceBox.getSelectionModel().select(null);
          choiceBox.getSelectionModel().select(-1);

      See attached example.

            psomashe Parvathi Somashekar (Inactive)
            gkbrown Greg Brown (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: