laravel / nova-issues

554 stars 35 forks source link

Browser freezes when using BelongsTo field #5984

Closed enjinabner closed 11 months ago

enjinabner commented 11 months ago

Description:

When using BelongsTo field with a table that contains thousands of records and clicking on edit, the page becomes unresponsive. This is because the dropdown field contains too many data .

Screenshot 2023-10-23 at 11 26 30 PM
TNDJX commented 11 months ago

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.