MultiSelect TagHelper's DataSource with disabled server-operation and server-paging sets unexpected default "page" and "pageSize" values #6177
Labels
Bug
C: MultiSelect
F: DataSource
FP: Completed
Sync status with associated Feedback Item
jQuery
S: Wrappers (ASP.NET Core)
SEV: High
Milestone
Bug report
The tag helper's dataSource sets the following values: "page"=1 and "pageSize"=20, even though "server-operation" and "server-paging" are disabled in its configuration.
Reproduction of the problem
MultiSelect configuration:
Action:
Current behavior
The "page" and "pageSize" values are set, which results in only 20 items being displayed, even though more are returned by the "read" action.
Expected/desired behavior
The "page" and "pageSize" should not be set, and the MultiSelect should display all the data returned by the "read" action.
Environment
The text was updated successfully, but these errors were encountered: