DatePicker issues when used in a front-end Livewire component

When I include the DatePicker field in a Livewire component on the front-end of my site (using the JS datepicker), I'm experiencing a couple errors:

1 ) I'm getting duplicate day of the week labels (see screenshot)
  • the duplicate line disappears when I select a date, submit/validate my form and re-trigger the element
2) When I select a date, it's not acknowledging the date in my submitted data array (see screenshots)

Does anyone know where I'm going wrong here, or if there's a bug with the component?
Screenshot_2023-10-19_at_12.58.33_PM.png
Screenshot_2023-10-19_at_1.06.22_PM.png
Screenshot_2023-10-19_at_1.06.47_PM.png
Was this page helpful?