Skip to content

Commit 1e502e2

Browse files
committed
add(Select): add data-1p-ignore to prevent 1Password trying to fill
1 parent c296811 commit 1e502e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mdc/Select/Select.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ afterUpdate(() => {
7474
bind:this={element}
7575
style="width: {width}"
7676
>
77-
<input {required} type="hidden" {name} />
77+
<input data-1p-ignore {required} type="hidden" {name} />
7878
<div
7979
class="mdc-select__anchor"
8080
aria-required={required}

0 commit comments

Comments
 (0)