(val: string)
| 2050 | rerender(<Select {...renderProps} isSearchable />); |
| 2051 | |
| 2052 | const setInputValue = (val: string) => { |
| 2053 | rerender(<Select {...renderProps} autoFocus inputValue={val} />); |
| 2054 | }; |
| 2055 | |
| 2056 | setInputValue('four'); |
| 2057 |
no outgoing calls
no test coverage detected
searching dependent graphs…