Warning

data class Warning(val helperText: String) : DropdownInteractiveState

The dropdown presents a warning to the user.

Parameters

helperText

The warning message to be displayed below the dropdown.

Constructors

Link copied to clipboard
constructor(helperText: String)

Properties

Link copied to clipboard