Dear forio support team,
I’m facing an issue with dropdown inputs in my model interface. I’ve configured a dropdown with options High, Medium, and Low , where Low corresponds to a value of 0.4 (which is also the default value of the variable).
The problem is that although the variable correctly initializes and uses the value 0.4 (confirmed by printing/logging the variable), the dropdown does not display Low as the selected option by default. Instead, it appears unselected or inconsistent with the underlying value. From the UI perspective, I would expect the dropdown to automatically reflect the default value (0.4 → Low), but this is not happening.
Could you help identify why the dropdown is not syncing with the default value and how to ensure the correct option is displayed on load?
Thanks!
