()
| 8 | return { value, options }; |
| 9 | }, |
| 10 | getDefaultProps() { |
| 11 | return { |
| 12 | value: [], |
| 13 | labelName: 'name', |
| 14 | valueName: 'value', |
| 15 | options: [], |
| 16 | }; |
| 17 | }, |
| 18 | propTypes: { |
| 19 | vaule: React.PropTypes.string, |
| 20 | options: React.PropTypes.array, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…