Constructor
# <LargeTextInput inputType inputName value labelText isRequired onChange />
Renders the LargeTextInput component
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
inputType |
enum | No | The input type to use. Based on the HTML input type attribute. See types | |
inputName |
string | No | The name of the input | |
value |
string | No | The value of the input | |
labelText |
string | No | The input label's text | |
isRequired |
bool | No | Indicates of the input is required as part of the corresponding form | |
onChange |
func | No | Input change handler |