-
Notifications
You must be signed in to change notification settings - Fork 19
OcTextArea: Add a way to enter a line break #1422
Comments
Let's go with combinations |
To be honest I'm always annoyed when I use a textfield that submits on enter. I'd prefer to change it entirely and use |
I think this could be more harmful. At least definitely submitting on leave. If I see a comments section, fill in some text, click/focus away and suddenly it is submitted I am scratching my head what went wrong... Regarding line breaks on |
Fwiw OcTextInput emits changed on enter as well ... |
Since this is our design system, I'd think this screams |
OcTextArea will have an optional prop called |
#1422 Textarea enable linebreak (submitOnEnter)
Is a change event emitted when the value changed and the focus is lost? |
@dschmidt no not as of now, would that be a needed case? |
Well, it's what See also owncloud/web#8857 |
ok I will do an issue for that to fix it :) |
Steps to reproduce
Expected behaviour
There should be a way to enter a line break, maybe with ctrl+enter?
Actual behaviour
There is no way to enter a line break ...
Screenshots (if appropriate):
Browser log
The text was updated successfully, but these errors were encountered: