Relationship list error with default value #15717
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Hey @Philippe-M. The problem here is just that you need to use the row ID for the default value rather than the Then everything should work as intended 👍 |
Beta Was this translation helpful? Give feedback.
-
Hey @aptkingston , Thanks for your response. I modified the click action as you indicated Now, when I click on one of the lines, it adds the Could it be because I defined the nameList field as the one to display in my database? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Hosting
Describe the bug
Hello everyone,
I have a table that displays a list of data. When I click on a row in the table, I open a modal window, passing an ID as a parameter. In the modal window, there is a dropdown list that has the default value set to the parameter passed from the data table. I fill out my form and when I click the button to validate it (see gif in screenshot).
To Reproduce
Steps to reproduce the behavior:
Screenshots
Schema
MySQL-dump.sql.txt
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions