I ran into a bug with lookup fields when using DFFS.
Test Scenario (using 1.1.13.0)
——————————
– Created a test list
– Added lookup column (referencing another list)
– Added new item (using default form) – Everything was fine.
– Clicked on the item to view details (using default form) – Everything was fine.
– Edited the item (using default form) – Everything was fine.
– Installed DFFS for Display form
– Clicked on the item to view details (using dffs form) – It shows value in the lookup field. However, there is also an error message “Cannot read properties of undefined (reading ‘listId’)”
I have attached a screenshot of the error with the dev console output.
Thank you for looking into this.