Skip to content

Commit

Permalink
SW-17480 - Set raw value of Shopware.form.field.ComboTree.js when set…
Browse files Browse the repository at this point in the history
…ting value

Fixes: shopware/shopware#852
  • Loading branch information
christopherholst authored and htkassner committed Jul 13, 2017
1 parent ec5c042 commit cb9063c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ Ext.define('Shopware.form.field.ComboTree', {
inputEl.removeCls(me.emptyCls);
}
me.value = value;

      if (inputEl && !Ext.isEmpty(value)){
me.setRawValue(value);
}  

me.applyEmptyText();
},

Expand Down

0 comments on commit cb9063c

Please sign in to comment.