BsInputProps
| Extends: | InputProps<InputType> |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| floatingLabel | boolean | undefined | |
| helpText | | |
| invalidFeedback | | |
| placeholder inherited from InputProps | | |
| plaintext | boolean | undefined | |
| size | "sm" | "lg" | undefined | |
| type overrides InputProps | "number" | "text" | "email" | "password" | "tel" | "url" | undefined | The HTML input type. Determines the value type:
|
| validFeedback | |