Skip to content

Commit 6d580df

Browse files
authored
Update combobox-input.tsx
remove redundant whitespace
1 parent b25d505 commit 6d580df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/kit-headless/src/components/combobox/combobox-input.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ export const ComboboxInput = component$(
132132
<input
133133
{...props}
134134
id={inputId || props.id}
135-
136-
137-
138135
ref={context.inputRef}
139136
type="text"
140137
role="combobox"

0 commit comments

Comments
 (0)