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?
0 Replies