yjose / reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one
https://react-popup.elazizi.com/
MIT License
1.8k stars 207 forks source link

disable-autofocus-on-first-element #346

Open nikitadubyk opened 10 months ago

nikitadubyk commented 10 months ago

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).