You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
Dec 19, 2022
· 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()"
The text was updated successfully, but these errors were encountered:
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()"
The text was updated successfully, but these errors were encountered: