Open Closed

ABP 4.0.0 Blazor Navigation Property list truncated at 10 #676


User avatar
0
nowayja created

Apologies if this has been fixed or already pointed out

In blazor with the auto generated forms the dropdown list is trunctaed at 10 (we actually have circa 200 countries)


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    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;

  • User Avatar
    0
    nowayja created

    cool - thanks :)

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11