wix-style-react
Version:
wix-style-react
15 lines (11 loc) • 594 B
Markdown
# Input component
> General Inputs for TPA
## Properties
| propName | propType | defaultValue | isRequired | description |
|----------|----------|--------------|------------|-------------|
|defaultValue |string |- |- |Default value
|value |string |- |- |Value
|error |bool |fasle |fasle |Validation error indicator
|inputClassName | string | - | - |Class name to override input style
|errorClassName | string | - | - |Class name to override input error style
`Note! You can pass any property that regular input supports.`