We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d9092 commit d3edcecCopy full SHA for d3edcec
resources/js/components/fieldtypes/SourceFieldtype.vue
@@ -114,6 +114,7 @@ const metaPathPrefix = computed(() => {
114
class="w-full"
115
:placeholder="__('Field')"
116
:options="sourceFieldOptions"
117
+ :disabled="isReadOnly"
118
:model-value="sourceField"
119
@update:model-value="sourceFieldChanged"
120
>
0 commit comments