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

Function onSelectFocus

packages/xadmin-bootstrap/src/form/components/Selectize.js:12–14  ·  view source on GitHub ↗
({ originalEvent, value })

Source from the content-addressed store, hash-verified

10 input.onBlur(value && value.value)
11 }
12 const onSelectFocus = ({ originalEvent, value }) => {
13 input.onFocus(value && value.value)
14 }
15
16 const options = field.titleMap
17 let value = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected