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 551cb0c commit db1c6e1Copy full SHA for db1c6e1
packages/forms/resources/views/components/rich-editor.blade.php
@@ -3,10 +3,11 @@
3
4
$id = $getId();
5
$statePath = $getStatePath();
6
+ $isDisabled = $isDisabled();
7
@endphp
8
9
<x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
- @if ($isDisabled())
10
+ @if ($isDisabled)
11
<div
12
x-data="{
13
state: $wire.{{ $applyStateBindingModifiers("\$entangle('{$statePath}')") }},
0 commit comments