()
| 90 | } |
| 91 | |
| 92 | getRenderData () { |
| 93 | const c = super.getRenderData() |
| 94 | return _.extend({}, this.state.attributes, c) |
| 95 | } |
| 96 | |
| 97 | onChangeName (e) { |
| 98 | // sync form info with state, but do not re-render |
nothing calls this directly
no outgoing calls
no test coverage detected