UNPKG

honeycrisp

Version:
8 lines (6 loc) 127 B
const ClickEvent = (input) => { input.addEventListener('click', () => { input.select() }) } export default ClickEvent