Search
Loading...
Skip to content

Interface: InputOptions

Represents options for an input.

The InputOptions interface provides a set of properties that control the behavior and appearance of an input. These options include settings for the input label, input label position, value, value setter, disabled state, and suffix.

Extended by#

Type Parameters#

Type ParameterDefault type
T-
P"top"

Properties#

PropertyType
inputLabel?string
inputLabelPosition?P
valueT
setValue(value) => void
isDisabled?boolean
suffix?Partial<Omit<ButtonOptions, "label"