()
| 23 | } |
| 24 | |
| 25 | componentWillMount () { |
| 26 | const { itemBind } = this.props; |
| 27 | |
| 28 | if (itemBind) { |
| 29 | const value = getValue(this.props); |
| 30 | this.bindToForm(this.props, value); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | componentDidMount () { |
| 35 | let component = this.component; |
nothing calls this directly
no test coverage detected