Skip to content

Form

<ts-form> vv0.6.3

The ts-form component.

Open in Storybook for interactive demos.

<ts-form>Content</ts-form>
PropertyAttributeTypeDefaultDescription
novalidatenovalidatebooleanfalseWhen true, disables native browser validation.
EventDetailBubblesComposedDescription
tsSubmitTsFormSubmitDetailYesYesEmitted when the form is submitted.
MethodSignatureDescription
resetreset() => Promise<void>Resets all form fields to their default values.
NameDescription
*(default)*Default slot for form fields and controls.
<ts-form>Content</ts-form>
import { TsForm } from '@tessera-ui/react';
<TsForm>Content</TsForm>