We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a18d3 commit 317e15fCopy full SHA for 317e15f
src/provider/camunda-platform/properties/FormField.js
@@ -590,7 +590,7 @@ function PropertiesList(props) {
590
591
return <ListEntry
592
element={ element }
593
- autoFocusEntry={ true }
+ autoFocusEntry={ `[data-entry-id="${id}-property-${propertyEntries.length - 1}"] input` }
594
id={ id }
595
label={ translate('Properties') }
596
items={ propertyEntries }
0 commit comments