({ originalEvent, value })
| 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 = {} |
nothing calls this directly
no outgoing calls
no test coverage detected