Action Panel fields continuously loose focus when using Dynamic Form

Feature(s) impacted

Smart action forms

Observed behavior

When I type in field1, the forms reloads as soon as I type something, it does not waits for me to defocus the field, and the cursor is no longer in `field1.

This makes it very difficult to use the form (I need to re-select the field every 2-3 chars entered, unless I type very fast!)

export default {
  scope: 'Single',
  form: [
    {
      label: 'field1',
      type: 'Number',
      isReadOnly: true,
    },
    {
      label: 'field2',
      type: 'Number',
      value: (context) => context.formValues['field1'],
      isReadOnly: true,
    },

Expected behavior

Hooks should only happens when i leave the field

Failure Logs

Context

  • Project name: roundtable
  • Team name: …
  • Environment name: …
  • Agent technology: (nodejs, php, rails, python)
  • Agent (forest package) name & version: …
  • Database type: …
  • Recent changes made on your end if any: …

Hello @Romain_Gilliotte !

Thanks for the feedback, I created a bug ticket for this issue. We should release a fix in the following days.

Have a nice day !