wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 167 forks source link

Datetime picker doesn't get a value #863

Open ariss100 opened 2 months ago

ariss100 commented 2 months ago

Describe the bug I am adding a datimepicker

<x-datetime-picker without-time label="Start Date" placeholder="Start Date" wire:model="startDate" />

I select the date in any way -> button or date pick and the livewire value from dd or from {{ $startDate }} is always null

I also noticed that the same behavior happens on the wireui.dev website in the datetime picker component.

image

Event though the date / time is selected the model is null.

Dependencies

Desktop