On a value relation field with > 10000 entries, only the first 10k are selectable.
Entries beyond the 10k mark can be searched but once selected they are not stored.
It seems that two different models are used for populating the list / searching and for fetching the selected key with convertToKey(), so the second one only contains the default first 10k entries.
On a value relation field with > 10000 entries, only the first 10k are selectable.
Entries beyond the 10k mark can be searched but once selected they are not stored.
It seems that two different models are used for populating the list / searching and for fetching the selected key with
convertToKey(), so the second one only contains the default first 10k entries.