react-useportal icon indicating copy to clipboard operation
react-useportal copied to clipboard

Feature request: onFocus even handler

Open gyto23 opened this issue 5 years ago • 0 comments

I am using simple implementation of the usePortal and I was wondering if it possible to implement option with onFocus event. At moment usePortal only use onClick event that bind only to one type of event.

<input type="text" onFocus={openPortal} /> 

gyto23 avatar Feb 05 '20 22:02 gyto23