(tags)
| 229 | }, |
| 230 | |
| 231 | formatMultiInput(tags){ |
| 232 | return ( |
| 233 | <DropDown.multiInput filterText={this.state.filterText} |
| 234 | onSelectChange={this.multiBarValChangeByIndex} onUserInputFocus={() => this.toggleOpen(true)} |
| 235 | onUserInput={this.handleSearch} onClick={this.toggleOpen} selectedTags={tags}> |
| 236 | </DropDown.multiInput> |
| 237 | ); |
| 238 | }, |
| 239 | |
| 240 | onOtherDomClick(){ |
| 241 | this.toggleOpen(false); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…