UNPKG

react-dadata-suggestions-reactoutsideclick

Version:

Just another one react component for dadata suggestions

13 lines (12 loc) 241 B
function EscapeHandler(e, context) { const KEY_CODE = 27; const handle = () => { e.preventDefault(); context.makeListInvisible(); }; return { KEY_CODE: KEY_CODE, handle } } export default EscapeHandler;