sergiodlopes/jquery-flexdatalist

make datalist results stay open on select

stefanchiriac opened this issue · 1 comments

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

found a workaround

$('input#select').on('select:flexdatalist', function(event, set, options) {
      $('#select-flexdatalist').click();
});