Add Date/Time Picker component #56
Loading…
Reference in a new issue
No description provided.
Delete branch "github/fork/chetanupare/feature/date-time-picker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #24
Adds reusable Date/Time Picker components as requested:
Date Picker (
x-pengublade::date-picker)mode="range")Time Picker (
x-pengublade::time-picker):seconds="true")Date + Time Picker (
x-pengublade::date-time-picker)Uses native HTML5 inputs for accessibility; follows existing component patterns (label, hint, validation, tooltip, icon).
Can you tell me, why didn't you add support for wire:model? Maybe add two variables for start and end which will be used in wire:model
I looked at other components, and as far as I know, there was a problem with using PHP variables for UUIDs. Take a look at the input component, for example. There, the UUID is generated with x-data.
Same here. Use the x-data for uuid generation
Same here. Use the x-data for uuid generation
The
flex-wraplet the two inputs appear under each other:restored source branch
github/fork/chetanupare/feature/date-time-pickerchanged the description
Pull request closed