I’m new to Zeroqode and am really hoping this could be the “one-stop plugin shop” for all my Bubble needs. (Feel free to use that in your marketing .)
First I’ll describe my setup, and what I’m trying to accomplish:
- Keyboard shortcut element set to
command+enter
- Triggers a workflow that involves a multiline input and a sequence of events to work with the contents of that multiline input
- At the end of the workflow, multiline input should be reset and focused again
Issue 1
For some reason, if the user types into the multiline input and hits the keyboard shortcut as soon as they’re done typing, the inputs value is only the first character of the input. It completely misses the rest of the input value.
For example: User types Lorem Khaled Ipsum is a major key to success
and hits command+enter
, the recorded value of the input is simply L
But if the user waits a few moments after they finish typing and then engage the keyboard shortcut, it works fine.
So something is causing a delay in the multiline input when the keyboard shortcut is active.
Issue 2
I’ve seen this in other forum posts (on Bubble) and it doesn’t seem like a solution has been worked on in years… but I have to try anyways…
The last part of the workflow after they keyboard shortcut is triggered should be to reset the multiline input, but for some reason it doesn’t work.
Unfortunately, unless these two issues can be addressed, it’s a deal breaker for me because the UX in my app is greatly diminished because of them.
Here’s hoping you guys can solve this!