Posts by Henrique Noronha Favorette • 51 points
3 posts
-
2
votes2
answers192
viewsA: How to pick specific field of an object array using the material ui autocomplete component
According to the link sent by Rafael Tavares in your comment, the documentation specifies that in order to capture the selected object you need to use the onChange method instead of onInputChange.…
-
2
votes1
answer102
viewsA: Configure pre-fixed url of the application with Tomcat
It would be interesting for you to host your code or your route settings so we can better understand what might be happening, but this is probably happening because the routes are part of the same…
-
-2
votes1
answer116
viewsQ: Socket io cannot find the route
all right? I am instantiating the socket as IO and when using io.on('Connection', Function()) it ends up not falling inside my io.on when accessing the page, it does not return any messages and in…