Kind: Class
Source: atloria-monorepo/packages/ui-core/src/components/input/Input.ts
A fully accessible input component with validation states
Extends: AtloriaElement
Methods
| Method | Signature | Returns |
|---|---|---|
focus | focus() | void |
blur | blur() | void |
select | select() | void |
render | render() | void |
Properties
| Property | Type |
|---|---|
styles | any |
type | InputType |
name | any |
value | any |
label | any |
placeholder | any |
helperText | any |
errorMessage | any |
successMessage | any |
required | any |
disabled | any |
readonly | any |
minlength | number |
maxlength | number |
pattern | string |
autocomplete | string |
Where it refuses work
AtloriaInputstops the work with an early return whenthis.errorMessage.AtloriaInputstops the work with an early return whenthis.successMessage.
Was this page helpful?