T26177 - Items for auto-suggest not saving in single-line input elements within form designer https://surveyjs.answerdesk.io/internal/ticket/details/T26177 *** <img width="1830" height="1001" alt="Image" src="https://github.com/user-attachments/assets/1bcd4721-8bd7-42e6-b92c-81a183cdfd78" /> The resultant survey JSON definition: ``` { "pages": [ { "name": "page1", "elements": [ { "type": "text", "name": "question1" } ] } ], "headerView": "advanced" } ```