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
There are several "select" type fields that are using "MAX_PER_PAGE" as a shortcut to implementing proper server-side search.
These components need to be upgraded so that they don't:
a. crash the UI if the list they are loading gets too big
b. hide relevant content because the list is too big
It would be optimal if I had a standard pattern for debounced search that I could use for all of these components.
The text was updated successfully, but these errors were encountered:
Context
There are several "select" type fields that are using "MAX_PER_PAGE" as a shortcut to implementing proper server-side search.
These components need to be upgraded so that they don't:
a. crash the UI if the list they are loading gets too big
b. hide relevant content because the list is too big
It would be optimal if I had a standard pattern for debounced search that I could use for all of these components.
The text was updated successfully, but these errors were encountered: