You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create an CodeSandbox with an simple example: CodeSandbox
I did an AutocompleteInput on the title of PostEdit. If you click on it, you get Suggestions up to 999, but non further. Choices are from 0 to 1005 but only 0 to 999 will be used from the AutocompleteInput-Component
We use
AutocompleteInput
with an static array of more than 1000 choices for relatedPages:Expected:
We can select one item of all items in our static array.
Actually:
We can only select from the first 1000 items of our static array. This happens with the
SelectInput
, too.It seems like an limitation of useChoicesContext and/or useList hooks.
Environment
React-admin version: 4.1.3
React version: 17.x
The text was updated successfully, but these errors were encountered: