I have an input with initial content of $200. I’ve been seeing this problem more and more, when navigating to a different page and then using the browser back arrow to return to this page it comes up with garbage data in the input. Obviously the page is not being reloaded when the back arrow is pressed. How to prevent?
The navigation menu and Next button use “go to page” actions. So yes, I go to a different page using the navigation and then use the browser back arrow to return and data changes to random.
i have a similar problem. inputs used for search and new tag is being filled with random data from tags repeating group. i tried disable auto-complete, or resetting inputs on page load didnt work.
That one is most likely a bug from how Bubble renders initial content. In general, you shouldn’t be trying to find workarounds to how users using the back button to go back to a different page unless it’s for security.
Generally any UX where you expect your user to go back and forth between states, should all function within one page, not between pages.