Closed stefanchiriac closed 5 years ago
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(); });
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