Dropdown not showing with link field in Child Table in Web Forms frappe

I have created a webform with child table. The child table contains a link field. The option of Allow Read On All Link Options is available only for Link fieldtype which are used directly in the web forms but is not present anywhere if the fieldtype is Table.

When I tried using the webform with admin permission the drop down with linked records are shown.

However for any other role created even after giving the same admin permissions the linked records are not available.

I am getting the below error on the console when trying to add row with a not admin user -

grid_row.js:1010 Uncaught TypeError: Cannot read properties of undefined (reading ‘getBoundingClientRect’)
at on_input_focus (grid_row.js:1010:41)
at HTMLDivElement. (grid_row.js:1111:34
at HTMLDivElement.dispatch (jquery.js:5135:27)
at elemData.handle (jquery.js:4939:28

on_input_focus @ grid_row.js:1010
(anonymous) @ grid_row.js:1111
dispatch @ jquery.js:5135
(anonymous) @ jquery.js:4939

I am looking for a no-code solution to fix this issue.

Kindly guide.