TapForm takes.
Type Parameters
T
T
Properties
busy?
cancelLabel?
Cancel.
onCancel?
Returns
void
onSubmit
Parameters
value
T
Returns
void | Promise<void>
schema
submitLabel?
Submit.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The props TapForm takes.
TapForm takes.
T
optional busy?: boolean;
optional cancelLabel?: string;
Cancel.
optional onCancel?: () => void;
void
onSubmit: (value) => void | Promise<void>;
T
void | Promise<void>
schema: JsonSchema;
optional submitLabel?: string;
Submit.
optional value?: Partial<T>;
Was this page helpful?