The initialInputValue prop of the Lookup component was deprecated as of Codex v1.12.0 and has been removed as of Codex v2.0.0-rc.1 in favor of the inputValue prop, which is set via v-model. The UsernameLookup component in the PageTriage extension is still using the deprecated prop and should be updated ASAP to prevent an interruption in user experience (the Lookup should still work, but if there's an initial selection, it won't display in the input). Codex v2.0.0-rc.1 will ride the deployment train the week of 2025-05-11.
Please reference the Lookup docs to learn how to use the inputValue prop.
Acceptance criteria
- Update the UsernameLookup component to use the CdxLookup component's inputValue prop instead of initialInputValue