Renamed to search
This commit is contained in:
parent
06130ffc12
commit
796c9e802a
@ -1343,7 +1343,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
* Opens control, sets input value, and updates results.
|
* Opens control, sets input value, and updates results.
|
||||||
*/
|
*/
|
||||||
// abstract
|
// abstract
|
||||||
setSearch: function (term) {
|
search: function (term) {
|
||||||
this.open();
|
this.open();
|
||||||
this.search.val(term);
|
this.search.val(term);
|
||||||
this.updateResults(false);
|
this.updateResults(false);
|
||||||
@ -3034,7 +3034,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
opts,
|
opts,
|
||||||
select2,
|
select2,
|
||||||
value, multiple,
|
value, multiple,
|
||||||
allowedMethods = ["val", "destroy", "opened", "open", "close", "focus", "isFocused", "container", "onSortStart", "onSortEnd", "enable", "readonly", "positionDropdown", "data", "setSearch"],
|
allowedMethods = ["val", "destroy", "opened", "open", "close", "focus", "isFocused", "container", "onSortStart", "onSortEnd", "enable", "readonly", "positionDropdown", "data", "search"],
|
||||||
valueMethods = ["val", "opened", "isFocused", "container", "data"];
|
valueMethods = ["val", "opened", "isFocused", "container", "data"];
|
||||||
|
|
||||||
this.each(function () {
|
this.each(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user