does anyone have a method they would like to share...
# orm-help
r
does anyone have a method they would like to share, to attach a generated id to a onClick event, that also populates to multiple input fields to confirm for the user, for a redux backend. Ive tried using their styled components, but can only link two input fields using their components via the record id , that drops and action to a direct child component, with the source, record props for either a direct link, or one reference field. Need to populate 5 reference inputs, with one direct link thats handled by the onclick event. Tried a class component as well, but can't call a lot of extra stuff in the area, basically can use prop types to keep it in line with the other components in the area, if possible? I thought about just creating a gql query and attaching the post to the event, but open to anything someone might of used?