@stubber/form-fields 2.0.22 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -440,11 +440,11 @@ let validations_open = false;
|
|
|
440
440
|
/>
|
|
441
441
|
</div>
|
|
442
442
|
<div>
|
|
443
|
-
<Label for="
|
|
443
|
+
<Label for="datapath">Data Path</Label>
|
|
444
444
|
<Input
|
|
445
|
-
id="
|
|
445
|
+
id="datapath"
|
|
446
446
|
placeholder="Optional custom data path for the field"
|
|
447
|
-
bind:value={value.details.
|
|
447
|
+
bind:value={value.details.datapath}
|
|
448
448
|
/>
|
|
449
449
|
</div>
|
|
450
450
|
</Collapsible.Content>
|