ui select angularjs set maxlength for input value (ui select match)

后端 未结 3 1302
刺人心
刺人心 2021-01-25 07:26

I want an extra attribute just like \"Placeholder\" is passing from ui select match. I want to set maxlength of select input. I can set it through select.min.js adding attribute

3条回答
  •  一生所求
    2021-01-25 08:12

    You can change attribute through templateCache

    .run(function($templateCache) {
            $templateCache.put("bootstrap/select-multiple.tpl.html","
    "); })

    Original templates can be find on bottom of file select.js

提交回复
热议问题