Open marcorieser opened 3 weeks ago
I just discovered that a date field with mode: range and time_enabled: true does not show the time inputs.
mode: range
time_enabled: true
Not sure if that's a bug or a feature request.
Add a date field to a blueprint like below and visit the entry edit form.
handle: booked_from_to field: mode: range time_enabled: true type: date display: 'Booked from to' validate: - required
No response
Environment Application Name: Statamic Laravel Version: 11.29.0 PHP Version: 8.3.13 Composer Version: 2.7.7 Environment: local Debug Mode: ENABLED URL: statamic-gebetskalender.test Maintenance Mode: OFF Timezone: UTC Locale: en Cache Config: NOT CACHED Events: NOT CACHED Routes: NOT CACHED Views: CACHED Drivers Broadcasting: log Cache: file Database: sqlite Logs: stack / single Mail: log Queue: sync Session: file Statamic Addons: 0 Sites: 1 Stache Watcher: Enabled (auto) Static Caching: Disabled Version: 5.35.0 Solo
Fresh statamic/statamic site via CLI
Moving to the ideas repository since the time field is intentionally hidden when using mode: range.
ideas
Bug description
I just discovered that a date field with
mode: range
andtime_enabled: true
does not show the time inputs.Not sure if that's a bug or a feature request.
How to reproduce
Add a date field to a blueprint like below and visit the entry edit form.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response