Greg Sanderson

Results 36 comments of Greg Sanderson

Yep, I've also tried using it with Laravel Livewire and that's not working. Other components that I randomly tried (like the dropdown) are. ``` plugins: [ require('@tailwindcss/aspect-ratio'), require('@tailwindcss/forms'), require('@tailwindcss/typography'), require('tw-elements/dist/plugin')...

A migration guide would be nice. v4 looks so different that may not be possible. It seems you have to basically start again, translating what the v4 approach would be...

Yep, getting the same error

+1 for this, seems like a great idea to be able to pass the json content. Since many faas/paas seem to support using secrets in key => value form. So...

To continue this a bit further, I hacked in some lines to see what was going on in that key bit in the Analyzer.php that decides whether to use the...

@phileon Ok, thanks for the idea. I can try that.

I just noticed this too and saw it had already been reported. Yes it's caused by the default margin being 2px; ``` .p-menubar .p-menuitem { margin: 2px 0; } ```...

I've just been looking at this too. From what I can see the events fire independently. So if you use a Promise/async/await etc in the main app.js file, that won't...

@MentalGear I've just been finding exactly the same issue as you. Very frustrating. I notice that another library superforms supports is VineJS which does appear to have a "bail" mode...

Ah. That's a bit of a concern. I've just been working through the docs. Given the mention of React Aria, I see they have a Link componentt https://react-spectrum.adobe.com/react-aria/Link.html and they...