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: …