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
It renders as I would like and works to type into using markdown syntax, but the content is not wired to the model.
Note, I am using livewire 3 and have turned on the legacy eloquent binding as well. I don't think that is related because it works with the toolbar item.
I've also tried wiring it directly to the editor.content component with no success.
As a workaround, I have included the toolbar with class="hidden" which works as well.
@jradtilbrook thanks for reporting! The editor component requires the toolbar to function correctly at this stage. At the moment a bunch of errors are thrown if it does not exist. I think including it and hiding it is a good work around for now. I will see if Caleb wants to support removing it all together.
Flux version
v1.1.0
Livewire version
v3.5.17
What is the problem?
I'd like to remove the toolbar from the editor and just use shortcuts or markdown and wire it to an attribute, but this does not work.
Code snippets
Works:
As does:
However, this does not:
It renders as I would like and works to type into using markdown syntax, but the content is not wired to the model.
Note, I am using livewire 3 and have turned on the legacy eloquent binding as well. I don't think that is related because it works with the toolbar item.
I've also tried wiring it directly to the
editor.content
component with no success.As a workaround, I have included the toolbar with
class="hidden"
which works as well.How do you expect it to work?
Id expect either
or
to work
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: