+
+
+
+ {{ action.label }}
+
+
+
+
+
+ onControlValueUpdate({
+ pathKey,
+ controlId: control.id,
+ value,
+ onControlUpdate,
+ })"
+ >
+
+
+
+ drafts.set(draftKey(pathKey, control.id), value)"
+ @change="onTextboxValueCommit({
+ pathKey,
+ controlId: control.id,
+ onControlUpdate,
+ })"
+ @blur="onTextboxValueCommit({
+ pathKey,
+ controlId: control.id,
+ onControlUpdate,
+ })"
+ />
+
+
+
+
+
+
+
+
+
+ {{ node.data.title }}
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+