()
| 31 | }, |
| 32 | |
| 33 | getDefaultProps() { |
| 34 | return { |
| 35 | labelName: 'name', |
| 36 | valueName: 'value', |
| 37 | multi: false, |
| 38 | className: '', |
| 39 | placeHolder: 'click to select...', |
| 40 | }; |
| 41 | }, |
| 42 | |
| 43 | componentDidMount() { |
| 44 | const {multi, defaultSelected, valueName} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…