I'm using React
and Ant Design
.
I have a popover with a button. When the user clicks the button, it shows the modal with an input field.
Problem
When I click the Show Modal Button auto focus is not working and also popover is not hiding
I tried with HTML5 autoFocus
<textarea autoFocus></textarea>
But it did not work, here the code: stackblitz