(items)
| 1666 | feature.args && typeof feature.args.select === 'function' ? feature.args.select : null |
| 1667 | |
| 1668 | var callbackSetList = function (items) { |
| 1669 | renderItems(items, pluginPath) |
| 1670 | } |
| 1671 | |
| 1672 | // 设置子输入框(搜索) |
| 1673 | if (feature.args && typeof feature.args.search === 'function') { |
nothing calls this directly
no test coverage detected