第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

node_modules select2 將wrappedMatcher 替換為

node_modules select2 將wrappedMatcher 替換為

慕田峪7331174 2023-12-14 14:13:31
我正在嘗試更改 node_modules Angular 6 項目中的 select2.jull.js 文件。到目前為止,我找到了一些方法來做到這一點,但沒有任何效果對我有用,你會喜歡我如何在 select2 文件中用 startMatcher 替換wrappedMatcher 的任何建議嗎?S2.define('select2/compat/matcher',[  'jquery'], function ($) {  function oldMatcher (matcher) {    function wrappedMatcher (params, data) {      var match = $.extend(true, {}, data);      if (params.term == null || $.trim(params.term) === '') {        return match;      }      if (data.children) {        for (var c = data.children.length - 1; c >= 0; c--) {          var child = data.children[c];          // Check if the child object matches          // The old matcher returned a boolean true or false          var doesMatch = matcher(params.term, child.text, child);          // If the child didn't match, pop it off          if (!doesMatch) {            match.children.splice(c, 1);          }        }        if (match.children.length > 0) {          return match;        }      }      if (matcher(params.term, data.text, data)) {        return match;      }      return null;    }    return wrappedMatcher;  }  return oldMatcher;});
查看完整描述

1 回答

?
慕森卡

TA貢獻1806條經(jīng)驗 獲得超8個贊

將以下代碼添加到我的 select2.directives.ts 中解決了我的問題


      if (data.text.toString().toLowerCase().indexOf(params.term) > -1 &&

        !!data.text.toString().toLowerCase().startsWith(params.term.toString().toLowerCase())) {

        var modifiedData = $.extend({}, data, true);

        // modifiedData.text += ' (matched)';

        // You can return modified objects from here

        // This includes matching the `children` how you want in nested data sets

        return modifiedData;

      }


查看完整回答
反對 回復(fù) 2023-12-14
  • 1 回答
  • 0 關(guān)注
  • 209 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號