-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Labels
needs clarificationIssue description is not clear enough to act on it.Issue description is not clear enough to act on it.stale
Description
I'm having a component ( pseudo code )
<ComponentA>
<ReactAutosuggest
// ... some props
/>
<Modal>
<textarea></textarea>
</Modal>
</ComponentA>
The problem I have is when the ReactAutosuggest is focus, I open the Modal, even though I programmatically do focus() on the textarea, the textarea is not focused.
Seems like to me the autosuggest is capturing the focus, how to programmatically release the focus ?
Thanks
Metadata
Metadata
Assignees
Labels
needs clarificationIssue description is not clear enough to act on it.Issue description is not clear enough to act on it.stale