We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UsaTextInput
A text input allows users to enter any combination of letters, numbers, or symbols.
status: draft
draft
type
'text'
'number'
'email'
'tel'
'url'
'search'
'password'
id
error
false
required
usa-input-prefix
usa-input-suffix
usa-input
prefix
suffix
div
usa-input-group
usa-input--error
usa-input-success
The text was updated successfully, but these errors were encountered:
UsaTable
UsaTableCaption
5c06270
patrickcate
No branches or pull requests
Text Input
A text input allows users to enter any combination of letters, numbers, or symbols.
status:
draft
Props
type
'text'
'text'
,'number'
,'email'
,'tel'
,'url'
,'search'
,'password'
id
error
false
required
false
Slots
CSS Classes
External Libraries
Sub-Components
Dependencies
usa-input-prefix
usa-input-suffix
Notes
Tests
usa-input
CSS class applied.id
attribute is required.type
is'text'
.prefix
slot content renders correctly.suffix
slot content renders correctly.prefix
orsuffix
slots are used, the content content is wrapped in adiv
with the CSS classusa-input-group
.usa-input--error
is applied.usa-input-success
is applied.The text was updated successfully, but these errors were encountered: