make datalist results stay open on select
stefanchiriac opened this issue · 1 comments
stefanchiriac commented
Hello,
I have a datalist that allows multiple values. After I choose a value, I need the results list to stay open. There is a way to do this?
Thanks
stefanchiriac commented
found a workaround
$('input#select').on('select:flexdatalist', function(event, set, options) {
$('#select-flexdatalist').click();
});