+
+
+ updateField(index, { label: e.target.value })
+ }
+ />
+
+ updateField(index, {
+ id: e.target.value,
+ idEdited: true,
+ })
+ }
+ />
+
+
+
+
+
+ {field.type === "select" ? (
+
+ updateField(index, { choices: e.target.value })
+ }
+ />
+ ) : null}
+
+
+ ))}
+