Currently, it seems that whenever one hits Enter while typing inside an Input form, the content gets submitted via the action associated with a nearby (?) button.
It is possible to turn off sending when Enter is pressed? Many of our users find that otherwise useful feature irritating because they tend to submit multiple sentences in a certain input form.
The action “Enter” seems to vary between a standard input and the “Multi Line” input. In Multi Line input, enter gives you a new line in the box, and doesn’t do the “nearby button” action.
Is this still an issue? Hitting ENTER always returns the value of the Input, so we need to change every input box to a single line “mulitline input box”? There’s no way to disable an Input??
Where you have to press Shift + Enter to get a new line or press only enter and it sends the data. Or you can deactivate it and need to press the button to send.
I’m building a simple chat using a regular input. I’m ok with Bubble sending the chat message when I hit Enter on my keyboard. My issue is that for some reason, when I hit Enter, the page scrolls down quite a bit, which is very annoying for UX.
There is no workflow to change the scroll position on my page.
I know I could use the multiline input instead and have this issue go away, but I prefer the regular input unless I have no other option.
@AlonsoC Have you tried using the “Scroll to” element action? You can add it to the same workflow and choose the Enter button as your element to scroll to so that it stays there… or wherever you’d like the page to be.
Thank you Gaby for your useful suggestion! It´s weird that it´s scrolling on it its own by default so I´ll have to use a “scroll to element” workflow to counteract that behavior.