Could we add a media feature (or selector, or other means) for testing if a multipleline plaintext edit control (i.e., textarea) has one line or multiple lines, or more generally, testing the number of lines of the edit control? One potential issue is circular dependency, tho, since it seems to depend on layout.
(H/t to @miccycn who contributed this use case.)