TextFieldButton is a button that mimics the look of a text field. It is only intended for use within the AutoComplete on mobile.

  • Parameters

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<Omit<TextFieldButtonProps, "ref"> & RefAttributes<HTMLButtonElement>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Omit<TextFieldButtonProps, "ref"> & RefAttributes<HTMLButtonElement>>