ReferenceInput just loads one page of reference ids as dropdown. How to have a lazy loading or infinitely paginating selection
问题 For example i have Product with Image Object as the entity that handles the image . While Creating/Editing I need to select any imageobject that i have created, but i cannot . The dropdown seems to only load the first page results ( based on ItemsperPage ) Product : name: Text Image : ImageObject http://localhost:8080/api/image_objects?order%5Bid%5D=DESC&page=1&perPage=25 as seen on the network inspector in the admin page. 来源: https://stackoverflow.com/questions/57698476/referenceinput-just