[FIXED] [#1514] [4.3.0] dropdown reset

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1514] [4.3.0] dropdown reset

    Hi
    There is a bug in resetting the dropdown field. Either this.reset or if the containing form resets itself, there pops out this bug. It tries to applyEmptyText() and does not find it.

    So here is a quick fix until it's fixed in the branch:

    Ext.net.DropDownField.prototype.applyEmptyText = function () { this.refreshEmptyText(); };
    Last edited by fabricio.murta; Jul 26, 2017 at 10:17 PM.

Similar Threads

  1. Replies: 3
    Last Post: Jan 27, 2017, 7:00 AM
  2. Replies: 7
    Last Post: Jun 23, 2015, 2:28 PM
  3. [OPEN] [#116] Problem to reset a combo
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 04, 2013, 12:48 PM
  4. Replies: 6
    Last Post: Jan 28, 2012, 1:14 AM
  5. Replies: 6
    Last Post: Feb 08, 2011, 6:17 PM

Posting Permissions