Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2751

Ext.form.field.Tag#addValue is unable to add a value which is not in store

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0.7, 4.1.0
    • 4.1.0
    • None
    • None
    • 4.1 RC2

      Ext.form.field.Tag#setValue does store.load if the given value argument is not found in store, and then tries again to do setValue.

      Whereas Ext.form.field.Tag#addValue (from superclass Ext.form.field.ComboBox#addValue) does this.doSetValue(value, true) , which does not seem to load the store.

            sprieul Simon Prieul (Inactive)
            sprieul Simon Prieul (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: