react-useportal
react-useportal copied to clipboard
Feature request: onFocus even handler
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} />