MCPcopy Create free account
hub / github.com/Lobos/react-ui / handleRemove

Function handleRemove

src/Select.js:198–203  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

196 }
197
198 handleRemove (i) {
199 // wait checkClickAway completed
200 setTimeout(() => {
201 this.handleChange(i);
202 }, 0);
203 }
204
205 renderFilter () {
206 if (this.props.filterAble) {

Callers

nothing calls this directly

Calls 1

handleChangeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…