Date field defaults to today's date with a clear button #63
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
When an entry form renders a template's Date field, it should default to
today's date instead of being blank, and provide a clear affordance so the
user can blank it out again if they don't want a date recorded.
Motivation
Most entries logged on a given day are for that day, so requiring the
user to open the date picker and select today's date every time is
unnecessary friction. Occasionally a date isn't wanted at all, so clearing
needs to stay possible.
Acceptance criteria
date (no tap required).
blanks the field back to empty/unset.
today when the field is currently blank.
already-cleared) date with today's date — the default only applies
to a fresh/blank field.
Non-goals / constraints
TimeInput, even though it has the same lack of a clearaffordance today — out of scope unless the user wants it bundled in.
Related
None