[UXPROD-4431] Implement responsive text fields Created: 09/Aug/23 Updated: 30/Jan/24 |
|
| Status: | Draft |
| Project: | UX Product |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | TBD |
| Reporter: | Martina.Schildt | Assignee: | Martina.Schildt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | crossapp | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Development Team: | None | ||||||||
| PO Rank: | 0 | ||||||||
| RCA Group: | TBD | ||||||||
| Description |
|
Current situation or problem: Free text boxes are quite narrow in display and can then be extended. Sometimes the extendability may not be as obvious as needed. It would be helpful to have the free text boxes be responsive but keep the manual adjustability. Which text fields should be responsive? App Interaction SIG conducted a poll on whether all text fields should be responsive or whether this is a field by field decision: Poll on whether all text fields should be responsive. The result: all text fields across apps should be responsive. Example use cases
Requirement
Links to additional info App Interaction meeting July 12th 2023, 1st agenda item Poll on whether all text fields should be responsive
|
| Comments |
| Comment by Martina.Schildt [ 06/Nov/23 ] |
|
Comment by Julian Ladisch in Slack: https://folio-project.slack.com/archives/CAM25LTGV/p1699226409517429?thread_ts=1698924960.608859&cid=CAM25LTGV. Resizes when you type: https://stackoverflow.com/questions/7168727/make-html-text-input-field-grow-as-i-type I like this example because it has a maximum width and maximum height to limit the greediness of huge field content. |