Posts by Denis Correia • 51 points
5 posts
-
1
votes2
answers249
viewsQ: Input component is not changing the state value
I have an Input component that is a Textinput Wrapper (React-Native). When I type the value in my Input component and then try to show the value of the variable to which the text should have been…
-
-1
votes1
answer59
viewsQ: Change input color when data is not valid?
That code works: this.state = { backgroundcolorQuatro: '', backgroundcolorSeis:'', backgroundcolorDez:'', quatro:'', seis:'', dez:'' } validar = () => { if (this.state.quatro !== '4') {…
-
2
votes1
answer987
viewsQ: React Router: Use more files with routes
I have a question regarding the use of React Router, I could have several files for example, main.js, stock.js and bank.js and each file have its Router ? getting something like: main.js import…
-
1
votes1
answer670
viewsQ: Responsiveness using React and Bootstrap
I have a problem that I’ve been trying to solve for a long time, and I can’t, which is to let the layout of the site pick up the whole page, it stays this way. https://ibb.co/cHEeS7 (print of how…
-
1
votes0
answers354
viewsQ: Delete registration from the javascript React table
Good morning, I’m having trouble erasing data from an API, My intention would be to put a Button in a column and when clicked on that Button the data of the respective row would be deleted. This is…