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