While developing an application, I am asked to remove multi-line text inputs from NSTextField
- Which I did.
Again they said users are able to paste multiline texts, then I disabled ⌘+V.
From here... I have a confusion... Why NSTextField allows opt + Enter and other key shortcuts (like hacking) to insert a new line character. I read somewhere that it is a feature not a bug, but I am unable to find that link.
Is the above correct, and is it mentioned any where in Apple Documentation?