Components

LargeTextInput

<LargeTextInput inputType inputName value labelText isRequired onChange />

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
Author:

View Source components/FormInputs/TextInputs/LargeTextInput/LargeTextInput.js, line 17