Posts by ariane • 11 points
2 posts
-
-1
votes1
answer1041
viewsQ: Take data from an editing form - React
I’m developing a single page where I can edit a user’s data, but I had problems developing with Formik, I didn’t have much choice, since it is better in many ways. So I tried to use it and I was…
-
0
votes2
answers63
viewsQ: Put records on one line only
Problem: The user makes several logins and various logouts, wanted to put the login and logout on the same line next to the user name, with the login date and the logout date, on the same line. All…