Browser freezes when using BelongsTo field #5988
Answered
by
TNDJX
enjinabner
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
TNDJX
Oct 24, 2023
Replies: 1 comment 3 replies
-
|
Make the field searchable using So instead of loading all data, you user will need to search for records. Anyway having a dropdown with a 1k record is unusable and hard to find. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Make the field searchable using
searchable().So instead of loading all data, you user will need to search for records. Anyway having a dropdown with a 1k record is unusable and hard to find.