Input

<wa-input> Stable Since 2.0

Inputs collect single-line data from the user, such as text, numbers, email addresses, and passwords. They support labels, hints, validation, and prefix or suffix slots.

This component works with standard <form> elements. Please refer to the section on form controls to learn more about form submission and client-side validation.

Examples

Link to This Section

Labels

Link to This Section

Use the label attribute to give the input an accessible label. For labels that contain HTML, use the label slot instead.

Hint

Link to This Section

Add descriptive hint to an input with the hint attribute. For hints that contain HTML, use the hint slot instead.

Placeholders

Link to This Section

Use the placeholder attribute to add a placeholder.

Clearable

Link to This Section

Add the with-clear attribute to add a clear button when the input has content.

Toggle Password

Link to This Section

Add the password-toggle attribute to add a toggle button that will show the password when activated.

Appearance

Link to This Section

Use the appearance attribute to change the input's visual appearance.



Disabled

Link to This Section

Use the disabled attribute to disable an input.

Sizes

Link to This Section

Use the size attribute to change an input's size.





Pill

Link to This Section

Use the pill attribute to give inputs rounded edges.





Input Types

Link to This Section

The type attribute controls the type of input the browser renders.



Start & End Decorations

Link to This Section

Use the start and end slots to add presentational elements like <wa-icon> within the input.



Customizing Label Position

Link to This Section

Use CSS parts to customize the way form controls are drawn. This example uses CSS grid to position the label to the left of the control, but the possible orientations are nearly endless. The same technique works for inputs, textareas, radio groups, and similar form controls.

Importing

Link to This Section

If you're using the autoloader or a hosted project, components load on demand — no manual import needed. To cherry-pick a component manually, use one of the following snippets.

CDN npm Self-Hosted React

Import this component directly from the CDN:

import 'https://ka-f.webawesome.com/[email protected]/components/input/input.js';

After installing Web Awesome via npm, import this component:

import '@awesome.me/webawesome/dist/components/input/input.js';

If you're self-hosting Web Awesome, import this component from your server:

import './webawesome/dist/components/input/input.js';

To import this component for React 18 or below, use the following code:

import WaInput from '@awesome.me/webawesome/dist/react/input/index.js';

Slots

Link to This Section

Learn more about using slots.

Attributes & Properties

Link to This Section

Learn more about attributes and properties.

Methods

Link to This Section

Learn more about methods.

Events

Link to This Section

Learn more about events.

Custom States

Link to This Section

Learn more about custom states.

CSS parts

Link to This Section

Learn more about CSS parts.

Dependencies

Link to This Section

This component automatically imports the following elements. Sub-dependencies, if any exist, will also be included in this list.

Need a hand? Report a bug Ask for help
    No results