Autofill stopped filling anything as soon as the member endpoint answered, because a hit was treated as the only possible answer: if the key was not in the list, it returned rather than trying the source. An empty list counted as an answer too, which is the state while a refresh is still running -- so wiring up master data broke the behaviour it was meant to improve, for everyone who had not finished building the list yet. A miss is not an answer. Empty list, or a key the list does not know, both fall through to the source lookup as before. It costs one request, on a path that only runs when someone types a value. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| views | ||
| App.css | ||
| App.jsx | ||
| auth.jsx | ||
| index.css | ||
| main.jsx | ||
| observerShim.js | ||
| theme.jsx | ||