Skip to content

Category: Questions

data through ajax for tagify whitelist

I’m trying to get the data through ajax for tagify whitelist. but I get the following mistake code is: when I test it with “alert (response);” displays the data – [‘123′,’333′,’763′,asd’] Answer You are trying to access a local variable from ca…

How to fix a this react filter?

I have created a database in firebase and I have fetch it in react, that is working correctly, but I want to include a search bar to filter the elements, my problem is that when I search for an element everything works but when I delete the text from the search input the elements do not appear again. Answer Y…