MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / onClean

Method onClean

packages/xadmin-plugins/src/search.js:21–24  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

19 }
20
21 onClean(e) {
22 this.setState({ value: '' })
23 this.props.onSearch('')
24 }
25
26 onKeyPress(e) {
27 if (e.keyCode == 13) {

Callers

nothing calls this directly

Calls 1

onSearchMethod · 0.45

Tested by

no test coverage detected