Felipe Moyano

Results 3 comments of Felipe Moyano

So the only issue I've encountered when submitting a bootstrap_form_with remotely is that the submit button gets enabled before the page starts transitioning via Turbolinks. This makes it so users...

Hey, I've bumped into this issue as well. For me, I found that the easiest way to handle this is to just let turbolinks know that it shouldn't cache pages...

You could try disabling Turbolinks Page cache globally, and see if the cache is actually the reason why your react component is not getting mounted. ` `