
Hi guys,
We're using a lookup field based on another dataverse table for our Power Pages site.
We're seeing a popupfield, a modal, so that's good. But we're also seeing 'remove value' when an item is selected. Even though they cannot remove anything (nothing happens when clicking the button), it isn't greyed out or it can't be deleted.
Anyone got an idea for this?
Add Javascript to the page:
$( document ).ready(function() {
$("button[title='Remove value']").remove();
});