MultiSelect JavaScript error - no method 'showSearch'. fixes #1311
This commit is contained in:
parent
de6d90c079
commit
06440a6bf8
@ -1512,7 +1512,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
} else {
|
} else {
|
||||||
render("");
|
render("");
|
||||||
}
|
}
|
||||||
if (initial) this.showSearch(true);
|
if (initial && this.showSearch) this.showSearch(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user