Posts by willmartinsmg • 3 points
3 posts
-
0
votes1
answer119
viewsA: How to create validation in different fields in the Reactjs form?
I managed to do what I wanted using the Conditional Rendering . Stayed like this: <form> <label for="tipo_requisicao">Escolha uma opção:</label> <!-- Campo obrigatório -->…
-
0
votes1
answer119
viewsQ: How to create validation in different fields in the Reactjs form?
How do I validate the form created with Reactjs according to what user reports in the fields? Example: <form> <label for="tipo_requisicao">Escolha uma opção:</label> <!-- Campo…
-
0
votes1
answer21
viewsQ: Create javascript object with other objects
I need to take objects from Java arrays that I receive from the backend and transfer them to other objects to be able to use in the React-select library. My object comes from the backend like this:…