OudsTextInputHelperLink

A helper link displayed below or in place of the helper text.

Parameters

text

The text to display in the link.

onClick

Callback invoked when the link is clicked.

Constructors

Link copied to clipboard
constructor(text: String, onClick: () -> Unit)

Types

Properties

Link copied to clipboard
val onClick: () -> Unit
Link copied to clipboard

Optional test tag for UI testing purposes.

Link copied to clipboard