You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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} />
The text was updated successfully, but these errors were encountered:
I am using simple implementation of the
usePortal
and I was wondering if it possible to implement option withonFocus
event. At moment usePortal only use onClick event that bind only to one type of event.The text was updated successfully, but these errors were encountered: