Input & Forms
Displays a form input field or a component that looks like an input field.
Usage
Enter your email address.
API Reference
| Input | Type | Default |
|---|---|---|
| id | string | '' |
| type | string | 'text' |
| name | string | '' |
| placeholder | string | '' |
| autocomplete | string | '' |
| ariaLabel | string | '' |
| value | string | '' |
| disabled | boolean | false |
| readonly | boolean | false |
| required | boolean | false |
| Output | Type |
|---|---|
| valueChange | string |
Component Source
Install via CLI:
npx @voltui/cli add inputTypeScript
Loading editor…
Copy this code to your project. The component uses ng-primitives/input.