| 666 | let control = controls[name]; |
| 667 | let value = props[name]; |
| 668 | let onChange = value => { |
| 669 | setProps(props => ({...props, [name]: value})); |
| 670 | }; |
| 671 | |
| 672 | switch (control.value.type) { |
| 673 | case 'boolean': |
no outgoing calls
no test coverage detected