Classes: CompositeInput

CompositeInput


new CompositeInput()

For documentation, please refer to the tutorial: Composite inputs

Source:
Tutorials:

Methods


getName(props?)

Get the prefixed name based on the name prop and the context. Based on the prefixName.js util in redux-form.

Parameters:
Name Type Description
props? object

The current props of the component. Defaults to this.props

Source:
Returns:

The prefixed name

Type
string