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.

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

              Created:
              Updated:
              Resolved:
              Imported: