gch1p / bootstrap-5-autocomplete

autocomplete/typeahead js plugin for bootstrap v5
104 stars 36 forks source link

onSelectItem not returning value only returns label #1

Closed opennexo closed 3 years ago

opennexo commented 3 years ago

There is an error in line 99 that cause not returning value when onSelectItem.

The code in line 99 "value: e.target.value" must be "value: e.target.dataset.value".

gch1p commented 3 years ago

Thank you. Fixed.