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
I'm having a new issue, starting with Turbolinks 5. The autocomplete lookup part works fine, but the form itself won't submit with either Enter or clicking Submit. Reloading the page makes it work as expected.
Here's how to replicate it:
View a page with anautocomplete_field
Click a link to another page with another autocomplete_field
That field's form is now broken
Refresh page
Form works.
Refresh and it works => Turbolinks issue in my experience. :)
I'm having a new issue, starting with Turbolinks 5. The autocomplete lookup part works fine, but the form itself won't submit with either
Enter
or clicking Submit. Reloading the page makes it work as expected.Here's how to replicate it:
autocomplete_field
autocomplete_field
Refresh and it works => Turbolinks issue in my experience. :)
application.js.coffee
The text was updated successfully, but these errors were encountered: