1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Add description of what persisting state values does

This commit is contained in:
Andrew Kingston 2021-08-27 15:00:27 +01:00
parent 0c6a1aa405
commit 8840d2114b

View file

@ -1,5 +1,5 @@
<script>
import { Select, Label, Combobox, Checkbox } from "@budibase/bbui"
import { Select, Label, Combobox, Checkbox, Body } from "@budibase/bbui"
import { onMount } from "svelte"
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
import { getAllStateVariables } from "builderStore/dataBinding"
@ -44,6 +44,11 @@
/>
<div />
<Checkbox bind:value={parameters.persist} text="Persist this value" />
<div />
<Body size="XS">
Persisted values will remain even after reloading the page or closing the
browser.
</Body>
{/if}
</div>