TextFieldSlots

external interface TextFieldSlots(source)

Properties

Link copied to clipboard
abstract var formHelperText: ElementType<*>

The component that renders the helper text.

Link copied to clipboard
abstract var htmlInput: ElementType<*>

The html input element.

Link copied to clipboard
abstract var input: ElementType<*>

The component that renders the input.

Link copied to clipboard
abstract var inputLabel: ElementType<*>

The component that renders the input's label.

Link copied to clipboard
abstract var root: ElementType<*>

The component that renders the root.

Link copied to clipboard
abstract var select: ElementType<*>

The component that renders the select.