Custom state doesn't update

Hey fellow bubblers!

I have the following setup:

  • I have an input called “Input A”
  • I have a workflow which is triggered by “Input A’s value is changed”
  • The action of this workflow is to update a custom state with the value of Input A

Everything works fine if the user clicks on the next field or press enter, but if the user presses the tab key of his keyboard, the workflow is not triggered (and thus the custom state not updated).

This is really annoying as people tend to press the tab key when filling forms. Does anyone know why I have this behavior and if there is a fix?

Many thanks in advance, Valentin

It works for me if I tab out:

This topic was automatically closed after 70 days. New replies are no longer allowed.