I have an input field that is being pre-populated using the initial content function when a user clicks on a button. When the button is clicked, it’s sets a custom state and the input reads its initial content from that.
The field does populate with the correct data, and I have a workflow that sets the focus to the input too, as I read the an input’s value changing is only recognised when the user ‘unfocuses’ from a field. All works and I see the correct data with the flashing cursor.
However… even when the user unfocuses, it still isn’t triggering the “Input’s value changes” workflow… does anyone know why? Or should I be going about this another way?
Thanks in advance.