[Bug]: selectedOptionLabels evaluates incorrect values in MultiSelect widget #21185
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
the selectedOptionLabels
evaluates Values of a MultiSelect widget and then displays them instead of Labels.
Steps To Reproduce
- D&D Multiselect & 2 Text widgets.
- Bind the Multiselect widget with the mock Users datasource.
- Bind the 1 text widget with Multiselect widget using
{{MultiSelect1.selectedOptionLabels}}
& the other using{{MultiSelect1.selectedOptionValues}}
. - Now select any options in the Multiselect widget.
- Now remove any option.
Expected: The text widget which is bound using {{MultiSelect1.selectedOptionLabels}}
should only display Labels.
Actual: The text widget display values as well.
Public Sample App
No response
Environment
Production
Issue video log
https://www.loom.com/share/e4d3f079bf6641bfa6558774a12a0e5a
Version
Cloud