Hello everyone !
I have a problem that when I click on lookup to show the records and I can't select the records because it is locked my mouse but I can use the keyboard to select the record.
my video show error : https://youtu.be/XFISw1goMxo
Please help !
Thanks
Solved! Go to Solution.
Hi @huuhung , Please follow the instructions from @Anonymous . It should be a table permissions scope problem.
If all your table permissions are good then the next place I would think of is if you have any custom JavaScript or Custom CSS running? Probably this might be the case. Technically Portal has a class called "fade". Maybe this is activated somewhere in the web template or via custom scripting.
Also, make sure, you don't have any chrome extensions such as adblocker running.
If you still have a problem. Try the following ways
1. Remove the lookup field from the form and republish it. Then add it back and check the state now
2. In Portal studio > Add custom CSS > upload custom CSS file then add the following CSS
.modal{
z-index: 99999 !important;
}
Once done. Sync configuration > browse website > Ctrl + F5 ( hard refresh)
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Hi @huuhung , did you give the logged-in customer "global" entity permission to accounts? it seems that they can only access their account which is preselected
Hi @huuhung , Please follow the instructions from @Anonymous . It should be a table permissions scope problem.
If all your table permissions are good then the next place I would think of is if you have any custom JavaScript or Custom CSS running? Probably this might be the case. Technically Portal has a class called "fade". Maybe this is activated somewhere in the web template or via custom scripting.
Also, make sure, you don't have any chrome extensions such as adblocker running.
If you still have a problem. Try the following ways
1. Remove the lookup field from the form and republish it. Then add it back and check the state now
2. In Portal studio > Add custom CSS > upload custom CSS file then add the following CSS
.modal{
z-index: 99999 !important;
}
Once done. Sync configuration > browse website > Ctrl + F5 ( hard refresh)
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.