devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

all "suggestion.value" should be replaced with "suggestion.value.toString()" for string function like substr not defined if response value is not a string type #844

Open netmou opened 1 year ago

netmou commented 1 year ago

if response value is not a string type, then an error will happen , likes "replace function not defined" so all "suggestion.value" should be replaced with "suggestion.value.toString()"