In my app I have a rich text editor that’s open by default, and the source (Type = Document) is empty by default. The user can either select an existing document to be displayed in the editor, or they can just start typing and the document will be created automatically and set as the source.
So for the second scenario, I have a workflow titled “RichTextInput A value changes and Group Editor’s Document is empty” that checks every time the rich text input’s value changes and if there is not document selected, it will create a new document and use it as the source. Everything works as expected.
The problem is, when there IS a document open and the user starts typing in the rich text input, the blue loading bar at the top appears as if the workflow is running, even though it’s not. And the rich text input loses focus, so the user has to keep clicking inside the rich text input in order to continue writing.
Have you ever had a workflow that DOESN’T meet the conditions to run, cause an input to lose focus? I’ve filed a bug report with Bubble already, but posting here as well in case anyone has any answers.
Thanks