()
| 95 | } |
| 96 | |
| 97 | getValidationOptions() { |
| 98 | return { |
| 99 | path: this.props.ctx.path, |
| 100 | context: t.mixin( |
| 101 | t.mixin({}, this.props.context || this.props.ctx.context), |
| 102 | { options: this.props.options } |
| 103 | ) |
| 104 | }; |
| 105 | } |
| 106 | |
| 107 | getValue() { |
| 108 | return this.getTransformer().parse(this.state.value); |
no outgoing calls
no test coverage detected