ruby on rails - How to prevent turbolinks from clearing form input? -


We have a Rail 4 app, which by default is TurboLinks, a strange behavior that we are seeing, a form After submitting, then click the back button, TurboLines clears the form input of all the previous pages. If we disable the turboilines, then this problem gets resolved and the form is filled in as expected.

Should the said form be told a way to preserve the input without disabling the turboilance?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -