reactjs-popup
reactjs-popup copied to clipboard
disable-autofocus-on-first-element
Hi!
I've run into the problem of not being able to turn off the autofocus of an item when opening it. I looked through the issue libraries and noticed that I'm not the only one with this problem.
So I added a new props disabledAutofocus to solve this problem. I also added an example in the storybook with this problem.
I hope I helped someone to solve this problem and my code will be merged).