You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to Livewire and filament etc, so forgive my ignorance, but why in the quill-editor.blade.php file is the \$ ommitted from the entangle if it is not disabled?
the error I'm getting is fixed if you add the \$ to the latter. When you add a debounce or onBlur:true to ->live(), you get an error like:
Alpine Expression Error: Unexpected number '.500'. Expected '}' to end an object literal.
Expression: "quill({ state: $wire.entangle('data.description').live.debounce.500,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New to Livewire and filament etc, so forgive my ignorance, but why in the quill-editor.blade.php file is the
\$
ommitted from the entangle if it is not disabled?disabled section, with
\$
:filament-quill/resources/views/quill-editor.blade.php
Line 47 in 73ed558
active section, without
\$
:filament-quill/resources/views/quill-editor.blade.php
Line 68 in 73ed558
the error I'm getting is fixed if you add the
\$
to the latter. When you add a debounce oronBlur:true
to->live()
, you get an error like:Beta Was this translation helpful? Give feedback.
All reactions