### Flux version v2.14.1 ### Livewire version v4.2.4 ### Tailwind version v4.2.2 ### Browser and Operating System Chrome on macOS ### What is the problem? When using the `<flux:date-picker>` with `type="input"`, the field isn't clearable. ### Code snippets to replicate the problem ```blade <flux:date-picker wire:model.live="date_of_birth" label="Date of birth" type="input" max="today" :min="today()->subYears(80)->format('Y-m-d')" clearable /> ``` ### Screenshots/ screen recordings of the problem https://github.com/user-attachments/assets/0369d525-a7f9-401b-870f-72346190a19f ### How do you expect it to work? The `x` icon is shown when I select a date and I am able to clear the selected date. ### Please confirm (incomplete submissions will not be addressed) - [x] I have provided easy and step-by-step instructions to reproduce the bug. - [x] I have provided code samples as text and NOT images. - [x] I understand my bug report will be closed if I haven't met the criteria above.
Flux version
v2.14.1
Livewire version
v4.2.4
Tailwind version
v4.2.2
Browser and Operating System
Chrome on macOS
What is the problem?
When using the
<flux:date-picker>withtype="input", the field isn't clearable.Code snippets to replicate the problem
Screenshots/ screen recordings of the problem
date-input-clearable.mov
How do you expect it to work?
The
xicon is shown when I select a date and I am able to clear the selected date.Please confirm (incomplete submissions will not be addressed)