Home
last modified time | relevance | path

Searched refs:placeholderOption (Results 1 – 2 of 2) sorted by relevance

/plugin/tagfilter/script/select2/
Dselect2.js956 children, placeholderOption, process;
977 placeholderOption = this.getPlaceholderOption(); property
978 if (placeholderOption) {
979 children=children.not(placeholderOption);
1793 var placeholderOption;
1798 …((placeholderOption = this.getPlaceholderOption()) !== undefined ? placeholderOption.text() : unde…
1805 if (this.opts.placeholderOption !== undefined ) {
1807 return (this.opts.placeholderOption === "first" && firstOption) ||
1808 … (typeof this.opts.placeholderOption === "function" && this.opts.placeholderOption(this.select));
2184 var placeholderOption = this.getPlaceholderOption();
[all …]
Dselect2.min.js22 …pts.placeholderOption!==b)return"first"===this.opts.placeholderOption&&a||"function"==typeof this.…