rgossiaux / svelte-headlessui

Unofficial Svelte port of the Headless UI component library
https://svelte-headlessui.goss.io
MIT License
1.78k stars 96 forks source link

Support html forms #121

Open NoelOConnell opened 2 years ago

NoelOConnell commented 2 years ago

Added name prop to Listbox Added name prop to RadioGroup Added name and value prop to Switch New <Hidden> component to match Headless UI A hidden input element will be rendered and kept in sync with the state. Added tests from HeadlessUI Updated docs for Listbox,Switch and RadioGroup for using the components with forms

Fixes #111

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
svelte-headlessui ✅ Ready (Inspect) Visit Preview Oct 6, 2022 at 1:28PM (UTC)
gpaiva985 commented 1 year ago

@rgossiaux could you please merge this?