jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

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

Open netmou opened this issue 3 years ago • 0 comments

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()"

netmou avatar Dec 19 '22 02:12 netmou