Kricsleo

Results 122 comments of Kricsleo

I'd also like to backport this feature to older versions because, sadly, I'm using an older version due to Electron's compatibility requirements 😢. Do you think it's okay to patch...

Can this PR be merged or still pending for something else, happy to help if I can.

I've tried it in cmd/PowerShell on Windows 11(24H2), but couldn't reproduce in either. But still, it could be a Windows-specific issue, no wonder...

Related to https://github.com/unjs/consola/issues/335 and https://github.com/unjs/consola/issues/375

Can't reproduce with `jiti` alone. Could you please check this [minimal example](https://stackblitz.com/edit/stackblitz-starters-vrzls4ua?file=index.js,config.js)?

That would be amazing! 🚀 (But that's a lot to consider for a feature-rich table component.)

This could be tricky for the `Select` component. In detail, `Select` renders a `` as the trigger element for the select dropdown. According to [MDN - label#buttons](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/label#buttons), the `` element...

> Then, what about rendering the `id` to the rendered `` element? > > I'm afraid this might also not work. Although, according to [MDN - select](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select#try_it), the `` elements...