TheEvilTomat0
awcodes tiptap editor
We have used this editor in Filament. I would however like to add a class to tables created with the editor. I cannot find how to do that in the plugin. I have seen some solutions for the tiptap editor in general but i cannot find how to do it in the plugin.
#awcodes-tiptap-editor
15 replies
Saved data not showing in multiselect field
What I am trying to do:
Displaying the data that is picked from the multiselect.
What I did:
Made a new column in the database:
Set cast to array & added it as fillable in the model.
Then in my resource added the following:
My issue/the error:
Values are saved correctly in the database, but when i reopen the form the multiselect field is empty. So it's not showing the values i just saved. When i then save the fields again it saves an empty array.
10 replies