diff --git a/pkg/components/datepicker.templ b/pkg/components/datepicker.templ index 234c75e..fb50823 100644 --- a/pkg/components/datepicker.templ +++ b/pkg/components/datepicker.templ @@ -27,6 +27,8 @@ type DatepickerProps struct { // Class adds custom CSS classes Class string + Value string + // Attributes for additional HTML attributes and Alpine.js bindings Attributes templ.Attributes } @@ -45,9 +47,10 @@ type DatepickerProps struct { templ Datepicker(props DatepickerProps) {