Skip to content

Commit dbf239b

Browse files
nikkufake-join[bot]
authored andcommitted
chore(camunda-platform): auto-focus Field injection last item
1 parent 7082b16 commit dbf239b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/camunda-platform/properties/ListenerProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function Fields(props) {
473473
onAdd={ addField }
474474
onRemove={ removeField }
475475
compareFn={ compareName }
476-
autoFocusEntry
476+
autoFocusEntry={ `[data-entry-id="${id}-field-${fields.length - 1}"] input` }
477477
/>;
478478
}
479479

0 commit comments

Comments
 (0)