Skip to content

Commit f5b256e

Browse files
fix: build type error
1 parent ced16e8 commit f5b256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/select/hidden-select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const HHiddenNativeSelect = component$(
4444
multiple={context.multiple}
4545
tabIndex={-1}
4646
autocomplete={autoComplete}
47-
disabled={context.disabled}
47+
disabled={context.isDisabledSig.value ? true : undefined}
4848
required={context.required}
4949
name={context.name}
5050
// height is determined by its children

0 commit comments

Comments
 (0)