The desktop UI has a quality-of-life feature to facilitate editing longer string values:
The mobile UI is missing this:
| Lucas_Werkmeister_WMDE | |
| Jan 13 2026, 10:37 AM |
| F71517812: image.png | |
| Jan 13 2026, 10:37 AM |
| F71517810: image.png | |
| Jan 13 2026, 10:37 AM |
| F71517808: image.png | |
| Jan 13 2026, 10:37 AM |
| F71517787: Screen Shot 2026-01-13 at 11.30.23.png | |
| Jan 13 2026, 10:37 AM |
The desktop UI has a quality-of-life feature to facilitate editing longer string values:
The mobile UI is missing this:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T394621 [MEX] Mobile Editing Experience of Items Project | |||
| Open | None | T415326 [MEX] M5 - additional functionality and clean up | |||
| Open | Alice.moutinho | T414420 [MEX] M5 - Use multi-line text area for longer string values |
AFAICT a Codex TextArea with :autosize="true" and :rows="1" gets us most of the way there (in particular, Codex does the autosizing for us, yay), but:
@Alice.moutinho could you create some designs for the desired behaviour?
Would we need to update codex to make this work for us, or is there a component that would work?