CodeInput usage

 <CodeInput
value={this.state.codeValue}
onChange={value => { this.setState({codeValue: value})}}
/>

Properties set for CodeInput.

Note that it is simply the combination of two interfaces; access them to see the properties.

Param

CodeInput Properties

Has No Children

Hierarchy

Methods

Methods

  • Returns void