({ state })
| 68 | placeholder: 'Find something...', |
| 69 | defaultActiveItemId: 0, |
| 70 | onStateChange({ state }) { |
| 71 | setAutocompleteState(state) |
| 72 | }, |
| 73 | shouldPanelOpen({ state }) { |
| 74 | return state.query !== '' |
| 75 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected