Need help with reading the Calender selected value into form data #638
Unanswered
been-there-done-that
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Svelte community!
I'm relatively new to Svelte and exploring the design patterns used in the Shadcn-Svelte library. First and foremost, I'd like to express my gratitude to the Shadcn-Svelte team for creating such an excellent component library – great work!
I'm currently working on a form that incorporates a Shadcn-Svelte calendar and a custom star counter. I'm facing challenges in reading the selected value from the calendar into the form data. Additionally, I'm interested in adding a custom star counter to the form and reading its value into the form data.
my
schema.ts
fileBeta Was this translation helpful? Give feedback.
All reactions