1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13: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 a466c31430
commit b6ea4e3aaa

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>