Kricsleo

Results 122 comments of Kricsleo

You can already do this with the `TagsInput` + `Combobox` components: https://stackblitz.com/edit/dgduftdc?file=src%2FApp.vue

1. Cannot reproduce with Safari (18.5 (20621.2.5.11.8)) 2. Vue has a fix(https://github.com/vuejs/core/pull/13001) for this and released in [`v3.5.14`](https://github.com/vuejs/core/blob/main/CHANGELOG.md#3514-2025-05-15). Could you please confirm that this issue has been resolved? ❤️

Seems fixed. https://github.com/user-attachments/assets/061304d9-a36d-484f-83bc-97e3a14459cb

I tried your reproduction steps, and everything works fine. Could you please confirm in this [reproduction](https://stackblitz.com/edit/unjs-nitro-starter-f7xxsqhj?file=server%2Fapi%2Fexample.post.ts,server%2Fplugins%2Fexample.ts,package.json&title=Nitro%20Starter)?

It's weird; I'm guessing the `node.req` never ends (e.g., a stream) in your real app?

If you only want left-click to activate the tab, you can set [`activationMode="manual"`](https://reka-ui.com/docs/components/tabs#root) on the `TabsRoot`. By default, it's `"automatic"`, which responds to all kinds of focus (including right-click).

I think the [Nitro docs](https://nitro.build/config#experimental) already make it clear that you should enable this experimental feature manually, right? 🤔 > Enable /_scalar, /_swagger and /_openapi.json endpoints. > > Default: false

There might be a misunderstanding about `prerender`; it's for **pre**-rendering server routes during build time. It doesn't affect the available routes, so configuring `prerender.ignore` won't stop the route from being...

I tried your example, it works fine. Could you please confirm it with [this minimal reproduction](https://stackblitz.com/edit/github-wn3areuy?file=index.js&startScript=start)? Feel free to reopen this issue if you have any futhur questions ❤️

Already resolved in [v5.5.2](https://github.com/unjs/hookable/releases/tag/v5.5.2)