Skip to main content

Type Alias: TextFieldProps

TextFieldProps = Omit<RACTextFieldProps, "style" | "className">

Defined in: composites/TextField/TextField.tsx:101

Props for the TextField root.

The composite owns its layout; pass style/className on a wrapping element rather than on the composite root. See CONTRIBUTING §4.