this component is a typeahead component. it's used for large data. if you want to load all data you can use Dropdown
on the other hand you can also increase the max limit of the Autocomplete result.
Open ApplicationContractsModule and write LimitedResultRequestDto.DefaultMaxResultCount = 50;