@eds/text-input
v4.0.22
TextInput
A text input to be used in form context.Prop | Required | Description | Type |
---|---|---|---|
type | — | Specify the type attribute of the input. Defaults to text. | "number" | "text" | "password" | "email" | "tel" | "url" |
size | — | Control the size of the input. Defaults to medium. | "small" | "medium" |
disabled | — | Disables the input. | boolean |
invalid | — | The current validity state of the input. | boolean |
adornmentStart | — | Adornment at the start of the input. | string |
adornmentEnd | — | Adornment at the end of the input. | string |