Posts by Gabriel Souza • 13 points
3 posts
-
0
votes1
answer18
viewsQ: How to set the value of a dropdown (primeNg) taking only one property of the object
I created a dropdown field where I want to send only a number as a select value. But to list the options dropdown created an object name: string, id: number to render the name on the screen. I would…
-
0
votes0
answers20
viewsQ: overflow-y is not working in div after width breakpoint
I’m trying to set overflow-y: auto after a div breakpoint, but it’s not working as I imagined. I have a div-container where has a header, a div wrapper where this has two other (one for a Fields and…
-
1
votes1
answer41
viewsQ: How to include multiple texts in an array in the same function?
I’m trying to include in a array several messages that are in the same function. I receive some data and make some comparisons according to some requirements, resulting in a message that I need to…