Elan Clarkson

Results 8 comments of Elan Clarkson

+1 I too have this issue.

In my case this was happening because I had foolishly copy/pasted: `const autoCompleteJS = new autoComplete({ config });` ... From the docs, but I had already defined `config` as an...

A thead row shouldn't be used for layout spacing - it is semantically illogical and creates invalid HTML without a th. That said... There doesn't appear to be any ideal...

@lpcs007 I happened to be doing the same thing, and got it working using the Gutenberg `editor.MediaUpload` filter which is partially documented here: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-editor/src/components/media-upload/README.md So before calling `Laraberg.init()` I added:...

> I'm encountering this issue when using: > > https://github.com/mikebronner/laravel-caffeine > > Could this be resolved by setting the appropriate php version so composer drops down to 1.5.2 for