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 c4cd462 commit f34023fCopy full SHA for f34023f
src/qml/value-editor/editors/SingleItemEditor.qml
@@ -19,6 +19,7 @@ AbstractEditor {
19
value: ""
20
enabled: root.active || root.state !== "edit"
21
showFormatters: root.state == "edit"
22
+ objectName: "rdm_key_value_field"
23
}
24
25
function initEmpty() {
0 commit comments