alexd16

Results 4 comments of alexd16

@rwwagner90 Tested a bit more in chrome desktop and It does seem that it's the resize the does it. This is what I tried 1. Focus input 2. Resize window...

@rwwagner90 So I looked a bit in the codebase and I think I was able to find what is causing the issue. It's the focusAfterRender modifier that's set here: https://github.com/shipshapecode/shepherd/blob/master/src/js/utils/general.js#L110...

@rwwagner90 yup, I figured we couldn't just remove the modifier. But this is pretty limiting in mobile right now, it's basically prevents any step to have any sort of input....

My assumption is that the resize logic is being triggered by popper so its outside of shepherd control. Let me know if this is a correct assumption This means we...