You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a good chance that Select is trying to initialize before the target element has fully rendered due to turbolinks. I would suggest looking into where you are initializing select and make sure it occurs after the turbolinks route has been fully resolved. If you can reproduce the issue in a jsfiddle or an example app, I'll be happy to take a look at it as well.
Hi,
The select.js looks great and works perfectly on the initial page load.
https://www.luminoto.com/photos/trump-tower-chicago-black-white
However, when you go to a new page and click for the element, the drop down box shifts over to the right. (see attachment)
I am running a web app with Rails and wondering if turbo links has anything to do with this issue.
Otherwise I am wondering if it is a css bug in my app. Has anyone else reported this same issue?
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: