Input
component is rendered as an <input type="text">
and accepts all of the <input>
props (type
, onChange
etc).
Property | Type | Required | Default | Description |
---|---|---|---|---|
type | string | - | "text" | type of the input |
invalid | boolean | - | false | when set to |
Input
component accepts also all of the responsive, theme-based style props.