Form Block Loading Row Even if State Row ID Empty #16049
Replies: 1 comment
-
Oddly enough this is working now. I stuck it in a container and that seemed to work? I have no clue, but now it loads before it shows itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to have the user click a card block and then populate the data in a form block. This mostly works, but when you click the card block it seems to show the first row in the database for a split second before loading the selected row. In the video you see it switch from Sunshine Properties to Robert John.
Clicking the card block sets state for borrower_id and then I use this as the row_id for a single row data provider. Am I doing something incorrectly here? I would prefer it just be blank and then populate the data once the row is retrieved.
Screen.Recording.2025-04-30.at.11.01.51.PM.mov
Beta Was this translation helpful? Give feedback.
All reactions