Issue with Select field and relationships
Hello,
After upgrading to v4 some functionality broke and I'm not able find the issue with migration docs...
It concerns this Select field in my form:
when I have it like this and try to search, no updates are triggered (no searching), I tried removing relationship method and then it started to search (updates triggered) but then I couldn't save the data.
Can someone help me figure out what is the breaking change that made this stop working after migration?
Thanks in advance for any help.
6 Replies
My bad, I just fired up old version and it doesn't work there either, what am I doing wrong?
if you overwrite getSearchResultsUsing, you have to call the getOptionLabel part yourself
the default implementation of getSearchResultsUsing from the relationship() method does that, but you overwrote it
the transform implementation:
I tried getting rid of search result modification and use the relationship, but still no triggers... Did I get wrong, what you've tried to get across to me?


so now i'm not even using it, and still nothing...
Please open an issue with a reproduction repository
I'll do it later today, thanks for now...