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
Post a Comment