Markdown Editor: Array to string conversion error
I have a relation manager with a form which contains a markdown editor.
1. The problem is every time I´m trying to create a record with CreateAction I get this error: Illuminate\Database\QueryException: Array to string conversion.
2. When editing a record with EditAction my text of the markdown editor will be saved like this in the database:
input text: "TEST",
in database:
3. When doing dd($data) I get this for the markdown editor field:
4. When using ViewAction it does not open up the modal, I instantly get the error: ErrorException: Array to string conversion
Code:
0 Replies