Error

data class Error(val helperText: String) : DropdownInteractiveState

The dropdown presents an error to the user.

Parameters

helperText

The error message to be displayed below the dropdown.

Constructors

Link copied to clipboard
constructor(helperText: String)

Properties

Link copied to clipboard