Bug?: Changing the Text Input Box after inputting text

I created a text input box with  {{input Id=QUESTION_1 | type=text | lines=4 | prompt=“Type”}} and input:-
1. line 1
2. line 2
3. line 3
4. line 4
5. line 5

then I recompiled with {{input Id=QUESTION_1 | type=text | width=4 | prompt=“Type”}}

The input was still available and I can scroll vertically between the 5 lines. I can't insert a new line, but can generate new "lines" from the blank 6th line onward as the text wraps.  If I delete all the text, the new input still wraps. Yet earlier, the text had overflowed without wrapping, requiring horizontal scrolling.

I expected that the original input would be deleted if I recompiled the same Id with different parameters. I can see some advantage in retaining the input, but the outcomes were unpredictable. So how was it designed to work?

Dave
===

Windows 11 & Android 13

Comments