- Preparing search index...
- The search index is not available
solid-formlet
- choice<A>(name, choices, choice?): Form<A>
-
Parameters
-
name: string
-
choices: [string, A][]
-
Optional
choice: {
key: string;
} | {
value: A;
} | {
find: ((a) => boolean);
}
Returns Form<A>