-1
I’m developing a sales record using React and Node. I have an "Edit" button where I call a function that receives an already registered sale and fills the fields for editing, the fields "Sold Hours" and "Sold Value" is already being filled. The select "Project" is not selected according to the sales project because it comes from an array of its own because in select it should contain all the projects in the projects table.
Summarizing I am not using any form library and would like to select an item from select by clicking on "Edit" button. If I’m doing something wrong tell me because I’m new with React. Thank you.
post the code please!
– novic
It’s really hard to know when all the trouble is happening.
– novic