Data Bindings Not Showing in Data Picker for Table Body Repeater

Wappler Version : 3.7.4
Operating System : 10.15.6
Server Model: PHP
Database Type: MySQL
Hosting Type: Custom (AMPPS)

Expected behavior

What do you think should happen?

When trying to set a dynamic on “click” or “keyup” action that sets the value of an input based on the value of another input that’s in a repeated table row, the input and it’s options appear in the data picker for selection. Should also save once selected.
Screen Shot 2021-02-10 at 6.02.45 AM

Actual behavior

What actually happens?

When clicking on the data picker from the on click or keyup action and selecting the input ‘Set Value’ option and then going to set the ‘SET VALUE PROPERTIES’ to the input that holds the value we want that is in a repeated row, none of the inputs and options appear. The ‘Table Body’ that is repeated shows nothing under it and has a progress wheel next to it. (or the progress wheel appears as soon as you click on the disclosure arrow). If I set the value manually (using the code tab) or simply choose another value from somewhere that has the options to choose from and save, when I go back, the value setting is not even there under properties.


How to reproduce

  • Detail a step by step guide to reproduce the issue
  • A screenshot or short video indicating the problem
  • A copy of your code would help. Include: JS, HTML.
  • Test your steps on a clean page to see if you still have an issue

Create a table with repeated rows, place an input in the row to use as ‘on keyup’ and place another input below it that will be the target input to mirror the value of the ‘keyup’ input as the user types. Try to set the ‘keyup’ action using the data picker to set the value of the target input to the value of keyup input that is in the repeated row. Try to set manually (using the code tab of the value property) or to a value not in the repeated row and after saving the value properties disappears.
Screen Shot 2021-02-10 at 6.25.10 AM


Please note that the table is inside a flex container that is inside a form in a modal. Not sure if that matters because I have another table with repeater that is simply inside a container on the same page and it’s options appear normally. That said this table does not have inputs inside the repeated rows.
Screen Shot 2021-02-10 at 6.26.15 AM

Community Page
Last updated: