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
I need when typing the name of the city it will offer me the ones that correspond with the typed one. With standard array {"Mines": null, "River": null} works perfectly.
I try to do it that way but it really does not work.
In reality, if I can get the id informed when it passes data {"Mines": "123456"} would serve me. When I do this, it returns me an error because I think I'm sending an image. I need to know when I clicked the _id of the clicked face.
The text was updated successfully, but these errors were encountered:
I have the following array objects:
I need when typing the name of the city it will offer me the ones that correspond with the typed one. With standard array
{"Mines": null, "River": null}
works perfectly.I try to do it that way but it really does not work.
In reality, if I can get the id informed when it passes data
{"Mines": "123456"}
would serve me. When I do this, it returns me an error because I think I'm sending an image. I need to know when I clicked the _id of the clicked face.The text was updated successfully, but these errors were encountered: