I am \"creating\" my own \"ComboBox\" using Bootstrap 3
and JavaScript. Here is the JSFiddle for what I have so far:
Try this code
$('#yearSelected li').on('click', function(){
$('#yearBox').val($(this).text());
});
Academic Years
its work for me