File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
apps/website/src/routes/docs/headless/select/examples
packages/kit-headless/src/components/select Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default component$(() => {
29
29
{ ( field , props ) => {
30
30
return (
31
31
< Select . Root class = "select" required >
32
- < Select . HiddenNativeSelect field = { field } { ...props } />
32
+ < Select . HiddenNativeSelect { ...props } />
33
33
< Select . Label > Logged in users</ Select . Label >
34
34
< Select . Trigger class = "select-trigger" >
35
35
< Select . DisplayValue placeholder = "Select an option" />
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ export type AriaHiddenSelectProps = {
19
19
disabled ?: boolean ;
20
20
21
21
required ?: boolean ;
22
-
23
- // from modular forms
24
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
25
- field ?: any ;
26
22
} ;
27
23
28
24
export const HHiddenNativeSelect = component$ (
You can’t perform that action at this time.
0 commit comments