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
Describe the bug
When a select component is placed inside a container, if the container is displayed conditionally, the select component will display the selected option's value instead of the label. This happens when the renderMode is html.
Create a form with any component and a container that is displayed depending on the first component. Inside the container, place a select component with a couple of options to select.
Create a submission for the form, using a value for the first component that will get the container to be displayed.
Display the form with the filled in submission, with renderMode set to html
See error
Expected behavior
The select component should display the label instead of the value, like it does when it's not in a conditionally displayed container