Guest User

Untitled

a guest
Aug 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import { ReferenceInput, AutocompleteInput } from "react-admin";
  2.  
  3. <ReferenceInput source="id" reference="buildings">
  4. <AutocompleteInput source="ProjectName" />
  5. </ReferenceInput>
Add Comment
Please, Sign In to add comment