alex-cory/react-useportal

Feature request: onFocus even handler

Opened this issue · 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} />