`\r`,`\n`,`\t` Should maybe not be allowed in smoothly-input. Since the input is just one line then at least `\n` should not be allowed, and using those chars causes bugs when trying to select all: https://github.com/user-attachments/assets/af510760-fb16-466f-a055-600cb68cd4c9 **How to recreate:** Copy some text with a new line in it and paste it in the input. `Ctrl`+`A` will not successfully select the select the entire string.