MCPcopy Index your code
hub / github.com/flyfloor/react-component / formatMultiInput

Function formatMultiInput

component/DropDown.js:231–238  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…