Add protected createTextField method to ComboBox and DatePicker

XMLWordPrintable

      We have a requirement to provide a subclass of TextField for the ComboBox and DatePicker. Right now the editorProperty is read-only so we can't set it. If you can change new TextField() code in the editorProperty() method to createTextField() which is defined like this, it would be sufficient enough for us.

      protected TextField createTextField() {
          return new TextField();
      }

            Assignee:
            Ajit Ghaisas
            Reporter:
            David Qiao (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Imported: