diericx / climbing_notebook

A tool to help climbers with their training
https://climbingnotebook.com
Other
22 stars 1 forks source link

Custom constraint for date field #17

Open ciscoheat opened 1 year ago

ciscoheat commented 1 year ago

https://github.com/diericx/climbing_notebook/blob/b4af2f03326df010fcde047f8262f9e15dab45b7/src/lib/components/forms/fields/DateField.svelte#L28

For a date input field, you may have to modify the min and max constraints according to this: https://superforms.rocks/concepts/client-validation#constraints

diericx commented 1 year ago

Ahh I hadn't run into this yet, thank you for pointing this out!