svelte-headlessui icon indicating copy to clipboard operation
svelte-headlessui copied to clipboard

Unofficial Svelte port of the Headless UI component library

Results 59 svelte-headlessui issues
Sort by recently updated
recently updated
newest added

Changelog: [https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md)

**Describe the bug** Dialog has event.stopPropagation() click handler that brakes SvelteKit routing. Instead of intercepting links and loading data it always reloads pages. **To Reproduce** Super simplified illustration of the...

1. I added `"@rgossiaux/svelte-headlessui": "^2.0.0"` to [my `package.json`](https://github.com/rilldata/rill/blob/main/web-common/package.json) 2. I ran `npm run build` 3. I see this warning: Here's the website referenced in the warning: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#conflicts-in-svelte-resolve. It says "If...

**Describe the bug** When following the example code, a typescript error 2322 occurs when assigning {person} to the value parameter. ![image](https://github.com/rgossiaux/svelte-headlessui/assets/1245198/fb77383f-0524-473f-8597-e09e72f8a4da) The specific error states: ``` Type '{ id: number;...

**Describe the bug** There is a typo in https://svelte-headlessui.goss.io/docs/2.0/tabs which renders the code broken **To Reproduce** Copy and paste this snippet ` "tab-selected" : "tab-unselected"}>Tab 1` any IDE you use...

I have run into a case where binding the value won't work for what I am trying to do, and being able to use on:change when binding isn't possible would...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 **Describe the bug** RadioGroup does not work properly when using four or more Listboxes. The problem does not occur...

on `@headlessui/react`, i could use ev.preventDefault() to prevent menu from closing, but i don't find any way to do so with this library. Is there any way?

This comment about typing might be useful to this library: > # How to extend prop types from HTML elements > > For everyone who wants to create a wrapper...