Explorar o código

Merge pull request #599 from DataDog/master

Update context from callback data on `query` call
Igor Vaynberg %!s(int64=12) %!d(string=hai) anos
pai
achega
be76cd9ded
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      select2.js

+ 1 - 0
select2.js

@@ -1309,6 +1309,7 @@ the specific language governing permissions and limitations under the Apache Lic
                     }
                     self.positionDropdown();
                     self.resultsPage = page;
+                    self.context = data.context;
                 })});
             }
         },