Pascal Baljet

Results 77 comments of Pascal Baljet

Not tested, but I think this should work: ```blade ``` Or: ```blade ```

Do you mean something like this? ```blade {{-- --}} {{-- --}} ```

I added that in preparation for solving this issue :) A Blade Component can't access their parent's data because the compiler renders the children/slots before the parent. Marcel is working...

I’m working on [formcomponents.pro](https://github.com/protonemedia/form-components-pro) which is the JavaScript equivalent of this package :) I thought about making it sponsorware, but I’ll open source it in the coming weeks.

What kind of plugins/integrations get used these days? What should we integrate? I'm thinking about these: * Support for [autosize](https://github.com/jackmoore/autosize) * Support for [Choices.js](https://github.com/jshjohnson/Choices) * Support for [Flatpickr](https://flatpickr.js.org)

It's been a while, but I finally figured out the problem. Custom Vue components *with* a template tag break when the SSR app uses the Vue esm-bundler. By default, Splade...