Adam Weston
Adam Weston
Fat fingers and bad UI on the phone. Sorry. Didn't mean to move it.
I'm sure filament will update at some point but given the lack of solid release dates I don't see filament including Tiptap v3 until a minor release after v4 is...
@neverything i don't believe mentions are planned for core, i could be wrong, but also, my plugin will probably get depreciated with v4 and become plugins for the editor itself.
Can confirm, I'm seeing the same thing in standard livewire views inside of modals with InteractsWithActions and InteractsWithSchemas.
I think there definitely needs to be a way to stop the parent from closing or to close it. In my use case in curator, closing the parent would be...
For example in curator in the full screen modal is the livewire component where the user can select images to insert into the form. On each thumbnail is an edit...
I think we need to stay on track here. While I agree with the idea of nested modals, we first need to solve the issue of actions not working when...
Please see the discussion at https://github.com/awcodes/filament-tiptap-editor/pull/424. I'm not totally against including in core but I'm not currently onboard maintaining support for spatie's package as I don't personally use it and...
```php ->action(function($record, $livewire) { $record = $record->fresh(); $record->image = [(string) Str::uuid() => $record->image]; $livewire->record = $record; $livewire->refreshFormData(['name', 'image']); Notification::make() ->title('Refreshed data') ->success() ->send(); }), ```
Unfortunately, this is because the Glide dependency hasn't been updated to Intervention Image v3 yet.