InlineTextInput

Constructors

Link copied to clipboard
constructor(builder: TextInput.Builder)

Properties

Link copied to clipboard
Link copied to clipboard

Whether the user is required to write in this TextInput, see TextInput.Builder.setRequired

Link copied to clipboard

Maximum required length of this TextInput, see TextInput.Builder.setMaxLength

Link copied to clipboard

Minimum required length of this TextInput, see TextInput.Builder.setMinLength

Link copied to clipboard

Short hint that describes the expected value of the input field, see TextInput.Builder.setPlaceholder

Link copied to clipboard

Minimum and maximum required length of this TextInput, see TextInput.Builder.setRequiredRange

Link copied to clipboard

Style for the text input, see TextInput.Builder.setStyle

Link copied to clipboard
open override var uniqueId: Int

Unique identifier of this component, see Component.withUniqueId

Link copied to clipboard

Pre-populated text for this TextInput field, see TextInput.Builder.setValue

Functions

Link copied to clipboard