Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit c8c220f

Browse files
Disable form autocompletion on page components
1 parent 916e645 commit c8c220f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/library/src/util/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const makePage = (items, options) =>
124124
"
125125
>
126126
<div class="w-${ options.width || 'm' } text-left">
127-
<form id="page-form" style="display: block;">
127+
<form id="page-form" style="display: block;" autocomplete="off">
128128
${ items.map(processItem).join('\n') }
129129
</form>
130130
</div>

0 commit comments

Comments
 (0)