T25017 - Spaces are removed from Other option comment box while typing (only when textUpdateMode is onTyping) https://surveyjs.answerdesk.io/internal/ticket/details/T25017 *** * Go to https://surveyjs.io/create-free-survey * Load the following survey JSON. ``` { "pages": [ { "name": "page1", "elements": [ { "type": "radiogroup", "name": "question1", "choices": [ "Item 1", "Item 2", "Item 3" ], "showOtherItem": true } ] } ], "textUpdateMode": "onTyping" } ``` * Select 'Other' and type 'this is a test' * Spaces won't be preserved while typing: <img width="628" height="376" alt="Image" src="https://github.com/user-attachments/assets/727fca1f-b30a-4b4f-8459-cdac167d097e" />