Change project_id field from Employees from <input /> to <select><option></option></select>, where options should map all IDs from Project.
In other words, after having Redux implemented, get the contacts data from Projects, map each contact and use contact.id values as options in the select tag.
Change
project_idfield from Employees from<input />to<select><option></option></select>, where options should map all IDs from Project.In other words, after having Redux implemented, get the
contactsdata from Projects, map each contact and usecontact.idvalues as options in theselecttag.