Skip to content

Commit a82facb

Browse files
authored
feat(#1512): opt in to device tracking in web forms
2 parents e99a50c + 195ab77 commit a82facb

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@floating-ui/dom": "^1.1.0",
23-
"@getodk/web-forms": "^0.17.0",
23+
"@getodk/web-forms": "^0.18.1",
2424
"axios": "^1.6.2",
2525
"bootstrap": "~3",
2626
"dompurify": "^3.2.5",

src/components/web-form-renderer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ except according to the terms contained in the LICENSE file.
1616
:form-xml="formVersionXml.data"
1717
:edit-instance="editInstanceOptions"
1818
:fetch-form-attachment="getAttachment"
19+
:track-device="true"
1920
@submit="handleSubmit"/>
2021
</template>
2122

0 commit comments

Comments
 (0)