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
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