Bug on Input field

Hi, I am using an Weweb component input field. I have a workflow “on key enter”. The workflow is launched, but it also adds a line inside the input field (extra line/it goes to a new line, for what before we needed to add shift+enter).
On my workflow I have a “reset variable value”, which is not working (it cleans the value inside the variable, but not inside the Input field).
Is this a bug or how to solve this?



Hey,
Try to bind the input “init value” to the “chat CPT Prompt-value”.

I’m having the exact same issue: For some reason, resetting the input variable does reset the value of the variable - but the text is still displayed in the input field! Also binding the init value to the input variable didn’t solve it. How to fix this odd behavior?

1 Like

@julian and @tcc did your solutions work before?

I have multiple pages on my deployed app which were using workflows to format inputs. They’re all still working on the deployed version, but not anymore on the editor preview. I believe this might be a new bug, because it used to work 100%.

Last deploy I made was around April 7th, after the “ReferenceError: process is not defined” bug last week. Maybe they’ve changed something in the mean time?

Hi guys, it’s a bug, our team is working to fix it. As a workaround, you can use conditional rendering in the on enter key workflow to force the input to re-render and clear the value.

1 Like

I’ve been having this issue for quite some time, thought I was in the wrong. Please fix this asap :woozy_face: