Static Multi-dropdowns Bug

Hey everyone, I’ve noticed a potential bug in the app that cropped up about two weeks ago. The issue revolves around static multi-dropdowns where users can input new text with spaces. I’ve enabled autobinding, so ideally, when a user reloads the page, any previously inputted information should be retrieved, regardless of whether it matches the predefined static options or not.

Privacy settings seem to be in order. Upon debugging, I confirmed that the data is correctly stored in the database and fetched on the client-side. However, it’s not displaying as expected. I attempted to force the element to display the saved data, but to no avail. It only shows data that matches the static options provided initially, ignoring any new text previously entered by the user.

Any insights on how to tackle this issue would be greatly appreciated.

This topic was automatically closed after 14 days. New replies are no longer allowed.