Hi everyone,
when adding adming filters by foreign key in the admin, sometimes the possible values are too many to load.
So I am thinking, why not load values asynchronously and show these with select2?
Probably only a certain number of values should be fetched and then while scrolling more values should be loaded.
I am wondering, is there any solution for this already?
Thanks in advance
Best regards