Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datetime picker doesn't get a value #863

Open
ariss100 opened this issue Feb 9, 2024 · 0 comments
Open

Datetime picker doesn't get a value #863

ariss100 opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ariss100
Copy link

ariss100 commented Feb 9, 2024

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

  • WireUI Version: 2.0.0-beta.0
  • Laravel Version: 10.10
  • Livewire Version: 3.3.5
  • Lang: en_US

Desktop

  • OS: Windows 11 Version 23H2 (Build 22631.3085)
  • Browser: chrome
  • Version 121.0.6167.139 (Official Build) (64-bit) (cohort: Stable)
@ariss100 ariss100 added the bug Something isn't working label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants