svelte-select
svelte-select copied to clipboard
Adding opt to use justValue val for Inputs
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
svelte-select | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 25, 2023 8:57pm |
Could help resolve
I have some forms that are breaking onSubmit. Their values are the whole Object of option data, rather than just the value even after justValue
is being used.
Bump
To be honest, this really should be the default behavior. The only use case for the input is forms, and no one wants an object in their form data. Maybe this can be changed in the next major version.
Let's get this moved along