lowcoder
lowcoder copied to clipboard
[Bug]: Table current row values is not passed correctly to module input nested in expanded view
trafficstars
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
It seems like values to module are propagated from selectedRow instead of the currentRow, but for the text in the expandable view works fine (also using currentRow)
Expected Behavior
Module from expandableView to pick values from currentRow, not from selectedRow
Steps to reproduce
- Create a module with a input
- Create an app with a table
- Activate expandableView option
- Drag a text and the module in the expandable view
- Set text and module input to {{currentRow.code}} (or other field)
- Expand a few rows (but don't change selection)
Result: the text is showing the value from currentRow, and the view from selectedRow
Environment
No response
Additional Information
No response