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$(() => {
2929 { ( field , props ) => {
3030 return (
3131 < Select . Root class = "select" required >
32- < Select . HiddenNativeSelect field = { field } { ...props } />
32+ < Select . HiddenNativeSelect { ...props } />
3333 < Select . Label > Logged in users</ Select . Label >
3434 < Select . Trigger class = "select-trigger" >
3535 < Select . DisplayValue placeholder = "Select an option" />
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ export type AriaHiddenSelectProps = {
1919 disabled ?: boolean ;
2020
2121 required ?: boolean ;
22-
23- // from modular forms
24- // eslint-disable-next-line @typescript-eslint/no-explicit-any
25- field ?: any ;
2622} ;
2723
2824export const HHiddenNativeSelect = component$ (
You can’t perform that action at this time.
0 commit comments