Skip to content

Commit 317e15f

Browse files
nikkufake-join[bot]
authored andcommitted
feat(camunda-platform): auto-focus FormField property
1 parent d6a18d3 commit 317e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function PropertiesList(props) {
590590

591591
return <ListEntry
592592
element={ element }
593-
autoFocusEntry={ true }
593+
autoFocusEntry={ `[data-entry-id="${id}-property-${propertyEntries.length - 1}"] input` }
594594
id={ id }
595595
label={ translate('Properties') }
596596
items={ propertyEntries }

0 commit comments

Comments
 (0)