TinaH

Results 47 comments of TinaH

@simonbuehler I think I read on Discord that there is an issue with json_encoding things like: ``` mask.updateOptions({ mask: Number, min: 0, max: 100 }); ``` Is it fixed? I...

I only have one comment. With this change it is impossible to manually add x-data to the input.

Ok, Good idea :) I'll wait for Alpine 3 release first.

Laravel Filament has a notification package now. Closing.

Hi. I haven't tested support for FileUpload in Repeaters. Please make a PR if you solve it.

The problem is that the FileUpload field uses native Livewire features. It ignores the models property. In your example, 'main_image' and 'extra_image' refer to a single Livewire component property. When...

Also the script in Quill needs isolation if multiple Quill editors on the same page.

It has to do with multiple instances on the same page. If I have three `

You might have to wrap some components with wire:ignore and you probably want to instantiate vue on tubolinks:load. Also the vue-turbolinks plugin solves many issues. ``` document.addEventListener('turbolinks:load', () => {...