Posts by Paulo Henrique N matos • 51 points
5 posts
-
0
votes1
answer1200
viewsQ: How to use the integrated React-select with Unform without typescript?
I’m studying React and in particular a library to create forms that is Unform, was managing to create the Components until I came across a problem. select is integrated with the React-select library…
-
0
votes1
answer309
viewsQ: Adonisjs, how to update multiple tables with just one await?
I’m learning to work with Adonisjs and I found several ways to update, but I always like the most performative way, after reading several articles and the documentation came to the following code:…
-
1
votes0
answers59
viewsQ: Google Maps API - Dynamically modify bookmarks
I’m developing a map with multiple markers, I need that when the customer clicks a marker the marker icon changes to another icon, I can even do that, but the problem is that I can’t get the icon…
google-maps-api-3asked Paulo Henrique N matos 51 -
0
votes1
answer182
viewsQ: Image dimension rendered by html2canvas
I have a script that creates an image of a div using html2canvas and would like to know if there is any way to change the whidth and the height of that image. <div id="MinhaDiv">Conteúdo a ser…
-
2
votes3
answers693
viewsQ: Hide and reveal text using Javascript
I have a div that has news, I need to hide a part of the text when the file is read by the browser, in addition the user can see the full text if he wants to click on "See More" which is a tag…