Skip to content

Commit d3edcec

Browse files
committed
Disable source field dropdown when the rest of the field is read only
1 parent 72d9092 commit d3edcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/components/fieldtypes/SourceFieldtype.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const metaPathPrefix = computed(() => {
114114
class="w-full"
115115
:placeholder="__('Field')"
116116
:options="sourceFieldOptions"
117+
:disabled="isReadOnly"
117118
:model-value="sourceField"
118119
@update:model-value="sourceFieldChanged"
119120
>

0 commit comments

Comments
 (0)