bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Template option

Open wuzzo87 opened this issue 11 years ago • 1 comments
trafficstars

Hi, I've tried using the template option as such, $(element).combobox({template: return ''}); with not much luck. Is is because in line 29 of the bootstrap-combobox.js file, the 'setup' function is being called, and only after that in line 34, the template is being assign (for the non-default option)?

Cheers, Tim

wuzzo87 avatar Jul 14 '14 06:07 wuzzo87

Yeah, I put the setup() line after the this.template line and it worked for me. The template must be returned from a function, though.

lunusdotcodotuk avatar Aug 07 '14 14:08 lunusdotcodotuk