Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect assignment of the this variable in dynamic lists #1085

Closed
Skaiir opened this issue Mar 6, 2024 · 0 comments
Closed

Incorrect assignment of the this variable in dynamic lists #1085

Skaiir opened this issue Mar 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Skaiir
Copy link
Contributor

Skaiir commented Mar 6, 2024

Describe the Bug

The this variable in dynamic lists is assigned to the root of a dynamic list, but it should be set to the actually individual data item.

Steps to Reproduce

  1. create a dynamic list
  2. give it a textfield bound to key variable1
  3. define a text view with feel expression =this.variable1
  4. set textfield to "A"
  5. text view shows "[A]"

Expected Behavior

  1. text view should show A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant